M_Point:Curve(id, where)

Version added: before 9.5

Arguments:

Name Type Description Default Ver
id int32 The curve's id (0 is the first curve passing through the point) < 9.5
where int32 The point id in the relevant M_Curve - see M_Curve:Point < 9.5

This method returns 2 values:

1: M_Curve A curve that passes through the point
2: int32 The point sequence number in that curve
Returns a curve that passes through the point and the point id in that curve

To call this it is necessary to define and assign any value to "where" - the value will be overwritten by the call

where = -1
curve, where = M_Point:Curve (id, where)
<< Back to M_Point