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 : integerThe 1 st parent curve by NURBSet index.
<nurbscurveintersectpoint>.parent1ID : integerThe 1 st parent curve by NURBSId.
<nurbscurveintersectpoint>.parent2 : integerThe 2 nd parent curve by NURBSet index.
<nurbscurveintersectpoint>.parent2ID : integerThe 2 nd parent curve by NURBSId.
<nurbscurveintersectpoint>.trimCurve1 : booleanIf true , trim the 1 st parent curve at the intersection.
<nurbscurveintersectpoint>.trimCurve2 : booleanIf true , trim the 2 nd parent curve at the intersection.
<nurbscurveintersectpoint>.flipTrim1 : booleanIf 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 : booleanIf 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.