NURBSXFormSurface : NURBSSurface

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

   

Constructors

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

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

   

getObject <nurbsset> <index>   

   

Properties

<nurbsxformsurface>.parent : integer 

The parent surface by NURBSet index.

   

<nurbsxformsurface>.parentID : integer 

The parent surface by NURBSId.

   

<nurbsxformsurface>.transform : matrix3 

The offset transformation matrix for the NURBSXFormSurface. This controls the relative position of the item to the parent surface.

   

See Also