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 : integerThe parent curve by NURBSet index.
<nurbsoffsetcurve>.parentID : integerThe parent curve by NURBSId.
<nurbsoffsetcurve>.distance : floatThe distance of the offset curve from the parent.