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:
AE Trangulate Shapes (Original Edition) by A.Evseeva
View Code
MR Curve Tool (Original Edition) by eugenebabich
View Code
Paint Bucket + (Original Edition) by Danfield
View Code