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 : integer
The parent surface by NURBSet index.
<nurbsprojectnormalcurve>.parent1ID : integer
The parent surface by NURBSId.
<nurbsprojectnormalcurve>.parent2 : integer
The parent curve by NURBSet index.
<nurbsprojectnormalcurve>.parent2ID : integer
The parent curve by NURBSId.
<nurbsprojectnormalcurve>.trim : boolean
If true
, trims parent surface at the curve.
<nurbsprojectnormalcurve>.flipTrim : boolean
The state of the trim flip toggle. This controls which portion of the surface is trimmed.
<nurbsprojectnormalcurve>.seed : point2
The seed location is a UV position on the parent surface.