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.
getObject <nurbsset> <index>
Properties
<nurbscurveintersectpoint>.parent1 : integer
The 1 st parent curve by NURBSet index.
<nurbscurveintersectpoint>.parent1ID : integer
The 1 st parent curve by NURBSId.
<nurbscurveintersectpoint>.parent2 : integer
The 2 nd parent curve by NURBSet index.
<nurbscurveintersectpoint>.parent2ID : integer
The 2 nd parent curve by NURBSId.
<nurbscurveintersectpoint>.trimCurve1 : boolean
If true
, trim the 1 st parent curve at the intersection.
<nurbscurveintersectpoint>.trimCurve2 : boolean
If true
, trim the 2 nd parent curve at the intersection.
<nurbscurveintersectpoint>.flipTrim1 : boolean
If true
the 1 st 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 2 nd parent curve is trimmed from the point towards low parameter space. If false
the curve is trimmed from the point towards high parameter space.