CadBlockGetBase
Returns the base of the block definition.
void CadBlockGetBase (
YuHandle hBlock,
double* pX,
double* pY,
double* pZ
);
Parameters
- hBlock (YuHandle)
- Handle to the block definition.
- pX (double*)
- Receives the coordinate (caller-supplied
double*). - pY (double*)
- Receives the coordinate (caller-supplied
double*). - pZ (double*)
- Receives the coordinate (caller-supplied
double*).
Return Value
None.