This class defines a dependent Iso (isoparametric) curve. U and V Iso curves are dependent curves created along lines of constant parameter value of a NURBS surface.
Constructors
NURBSIsoCurve [<property>:<val>]...Any of the object's properties may be set via optional keyword arguments on the constructor.
getObject <nurbsset> <index>Properties
<nurbsisocurve>.parent : integerThe parent surface by NURBSet index.
<nurbsisocurve>.parentID : integerThe parent surface by NURBSId.
<nurbsisocurve>.dir :#U, #VThe direction of the iso curve, either #U or #V.
<nurbsisocurve>.parameter : floatThe parametric position in the range of 0.0 to 1.0 in the given direction on the surface at which the iso line will sit.
<nurbsisocurve>.trim : booleanIf true , trims parent surface at the curve.
<nurbsisocurve>.flipTrim : booleanThe state of the trim flip toggle. This controls which portion of the surface is trimmed.
<nurbsisocurve>.seed : point2The seed location is a UV position on the parent surface.