M_Mesh:ArePointsAdjacent(p1, p2)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
p1 | int32 | Point identifier | < 9.5 | |
p2 | int32 | Point identifier | < 9.5 |
Return value:
bool true if adjacent, otherwise false
Tests whether two points are adjacent on a curve.
<< Back to M_Mesh