M_Curve:IsPointOnSegment(ptID, segID)

Version added: before 9.5
Returns true if the given point is on the given curve segment

Arguments:

Name Type Description Default Ver
ptID int32 A point identifier in the underlying mesh < 9.5
segID int32 A segment of the curve (starting with 0) < 9.5

Return value:

bool true or false
Returns true if the given point is on the given curve segment.

Search results

Usage of 'IsPointOnSegment' is found in the following scripts:

<< Back to M_Curve