This class defines a dependent point at the intersection of two curves.
Constructors
NURBSCurveIntersectPoint [<property>:<val>]...
Any of the object's properties may be set via optional keyword arguments on the constructor.
Properties
<nurbscurveintersectpoint>.parent1 : integer
The 1st parent curve by NURBSet index.
<nurbscurveintersectpoint>.parent1ID : integer
The 1st parent curve by NURBSId.
<nurbscurveintersectpoint>.parent2 : integer
The 2nd parent curve by NURBSet index.
<nurbscurveintersectpoint>.parent2ID : integer
The 2nd parent curve by NURBSId.
<nurbscurveintersectpoint>.trimCurve1 : boolean
If true, trim the 1st parent curve at the intersection.
<nurbscurveintersectpoint>.trimCurve2 : boolean
If true, trim the 2nd parent curve at the intersection.
<nurbscurveintersectpoint>.flipTrim1 : boolean
If true the 1st parent curve is trimmed from the point towards low parameter space. If false the curve is trimmed from the point towards high parameter space.
<nurbscurveintersectpoint>.flipTrim2 : boolean
If true the 2nd parent curve is trimmed from the point towards low parameter space. If false the curve is trimmed from the point towards high parameter space.
See also