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 : integerThe parent curve by NURBSet index.
<nurbsxformcurve>.parentID : integerThe parent curve by NURBSId.
<nurbsxformcurve>.transform : matrix3The offset transformation matrix for the NURBSCVCurve. This controls the relative position of the item to the parent curve.