This class defines a dependent point at the intersection of two curves.
Any of the object's properties may be set via optional keyword arguments on the constructor.
The 1st parent curve by NURBSet index.
The 1st parent curve by NURBSId.
The 2nd parent curve by NURBSet index.
The 2nd parent curve by NURBSId.
If true, trim the 1st parent curve at the intersection.
If true, trim the 2nd parent curve at the intersection.
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.
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.