This class defines a dependent Normal Projected curve. A Normal Projected curve lies on a surface. It is based on an existing curve, which is projected onto the surface in the direction of the surface's normals.
Constructors
NURBSProjectNormalCurve [<property>:<val>]...Any of the object's properties may be set via optional keyword arguments on the constructor.
getObject <nurbsset> <index>Properties
<nurbsprojectnormalcurve>.parent1 : integerThe parent surface by NURBSet index.
<nurbsprojectnormalcurve>.parent1ID : integerThe parent surface by NURBSId.
<nurbsprojectnormalcurve>.parent2 : integerThe parent curve by NURBSet index.
<nurbsprojectnormalcurve>.parent2ID : integerThe parent curve by NURBSId.
<nurbsprojectnormalcurve>.trim : booleanIf true , trims parent surface at the curve.
<nurbsprojectnormalcurve>.flipTrim : booleanThe state of the trim flip toggle. This controls which portion of the surface is trimmed.
<nurbsprojectnormalcurve>.seed : point2The seed location is a UV position on the parent surface.