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:
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
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)
Search results
Usage of 'Curve' is found in the following scripts:
AE Trangulate Shapes (Original Edition) by A.Evseeva
View Code
Tweak for Curve Exposure (Original Edition) by A.Evseeva
View Code
Tweak for Select Shape (Original Edition) by A.Evseeva
View Code
Lua Console (Original Edition) by A.Evseeva
View Code
Reset layer transform (Original Edition) by A.Evseeva
View Code
MR Guides (Original Edition) by eugenebabich
View Code