yucad3d

CadGetEntitiesByPoint

Returns the by point of the entity.

void CadGetEntitiesByPoint ( YuHandle hDwg, std::int32_t Xwin, std::int32_t Ywin, std::int32_t* phEnt, std::int32_t* pnEnts, std::int32_t nMax );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Xwin (std::int32_t)
Integer value.
Ywin (std::int32_t)
Integer value.
phEnt (std::int32_t*)
Caller-supplied output pointer.
pnEnts (std::int32_t*)
Caller-supplied output pointer.
nMax (std::int32_t)
Integer value.

Return Value

None.

See Also