NURBSOffsetCurve : NURBSCurve

This class defines a dependent Offset curve. An Offset curve is offset from the original, parent curve. It lies in the same plane as its parent, and is normal to the original.

   

Constructors

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

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

   

getObject <nurbsset> <index>   

   

Properties

<nurbsoffsetcurve>.parent : integer 

The parent curve by NURBSet index.

   

<nurbsoffsetcurve>.parentID : integer 

The parent curve by NURBSId.

   

<nurbsoffsetcurve>.distance : float 

The distance of the offset curve from the parent.

See Also