yucad3d

Custom Entities & Commands

Host-defined custom entities and commands.

8 functions.

CadAddCustomCreates a custom (host-defined) entity; its appearance is supplied by the host's CEntDisplay callback.
CadCustomGetDataCustom get data.
CadCustomGetDataPtr64-bit ABI: a raw in-place data pointer can't be expressed as a 32-bit VHANDLE without truncation — use the safe Get/PutData copy path instead.
CadCustomGetOwnerCustom get owner.
CadCustomGetSizeCustom get size.
CadCustomGetTypeCustom get type.
CadCustomPutDataCustom put data.
CadCustomPutOwnerCustom put owner.