yucad3d

CadGetPickEntity

Vecad CadGetPickEntity — the entity under the cursor (last pick).

YuHandle CadGetPickEntity ( YuHandle hDwg );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.

Return Value

The requested handle, or 0 if not found.

Remarks

Same resolution as CadGetEntityByCursor; saper uses this name in pick loops.

See Also