CadBlockPutBaseZ
Sets the base z of the block definition.
void CadBlockPutBaseZ (
YuHandle hBlock,
double Z
);
Parameters
- hBlock (YuHandle)
- Handle to the block definition.
- Z (double)
- World coordinate.
Return Value
None.
Sets the base z of the block definition.
None.