NURBSXFormCurve : NURBSCurve

This class defines a dependent Transform (XForm) curve. A Transform curve is a copy of the original curve with a different position, rotation, or scale.

   

Constructors

NURBSXFormCurve [<property>:<val>]... 	 

Any of the object's properties may be set via optional keyword arguments on the constructor.

   

getObject <nurbsset> <index>   

   

Properties

<nurbsxformcurve>.parent : integer 

The parent curve by NURBSet index.

   

<nurbsxformcurve>.parentID : integer 

The parent curve by NURBSId.

   

<nurbsxformcurve>.transform : matrix3 

The offset transformation matrix for the NURBSCVCurve. This controls the relative position of the item to the parent curve.

See Also