yucad3d

CadBlockAddEntity

Creates a new block definition — entity and returns its handle.

void CadBlockAddEntity ( YuHandle hBlock, YuHandle hEnt );

Parameters

hBlock (YuHandle)
Handle to the block definition.
hEnt (YuHandle)
Handle to the entity.

Return Value

None.

See Also