yucad3d

CadAddBlockFromDrw

Copy a block from another OPEN drawing (clone its model entities).

YuHandle CadAddBlockFromDrw ( YuHandle hDwgDest, YuHandle hDwgSrc, const char* szName );

Parameters

hDwgDest (YuHandle)
Integer value.
hDwgSrc (YuHandle)
Integer value.
szName (const char*)
NUL-terminated UTF-8 string.

Return Value

The handle of the newly created block definition, or 0 on failure.

See Also