yucad3d

CadPlineContainPoint

Point-in-polygon (even-odd ray cast over the tessellated boundary).

std::int32_t CadPlineContainPoint ( YuHandle hEnt, double X, double Y );

Parameters

hEnt (YuHandle)
Handle to the entity.
X (double)
World coordinate.
Y (double)
World coordinate.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also