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