setSplineCV
setSplineCV
Description
Set the position of a spline control point.
Definition
setSplineCV(integer shapeId, integer index, float x, float y, float z)
Arguments
| integer | shapeId | Spline id |
|---|---|---|
| integer | index | The index of the control point to be positioned, starting at 0 |
| float | x | New spline point position x in spline localspace |
| float | y | New spline point position y in spline localspace |
| float | z | New spline point position z in spline localspace |