yucad3d

CadEntityGetExDataPtr

64-bit ABI: a raw in-place pointer cannot be expressed as a 32-bit VHANDLE without truncation, so the fast-pointer accessor is unsupported here — use the safe Get/PutExData copy path instead.

YuHandle CadEntityGetExDataPtr ( YuHandle hEnt );

Parameters

hEnt (YuHandle)
Handle to the entity.

Return Value

The ex data ptr.

Remarks

Returns 0 (no pointer).

See Also