yucad3d

CadLineIsRay

Returns whether the line is a ray (infinite in one direction).

std::int32_t CadLineIsRay ( YuHandle hEnt );

Parameters

hEnt (YuHandle)
Handle to the entity.

Return Value

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

See Also