yucad3d

CadCustomPutData

Custom put data.

void CadCustomPutData ( YuHandle hEnt, void* pData, std::int32_t nBytes );

Parameters

hEnt (YuHandle)
Handle to the entity.
pData (void*)
Caller-supplied output pointer.
nBytes (std::int32_t)
Integer value.

Return Value

None.

See Also