This class defines a dependent Surface-Surface Intersection curve.
Constructors
NURBSSurfSurfIntersectionCurve [<property>:<val>]...Any of the object's properties may be set via optional keyword arguments on the constructor.
getObject <nurbsset> <index>Properties
<nurbssurfsurfintersectioncurve>.parent1 : integerThe 1 st parent surface by NURBSet index.
<nurbssurfsurfintersectioncurve>.parent1ID : integerThe 1 st parent surface by NURBSId.
<nurbssurfsurfintersectioncurve>.parent2 : integerThe 2 nd parent surface by NURBSet index.
<nurbssurfsurfintersectioncurve>.parent2ID : integerThe 2 nd parent surface by NURBSId.
<nurbssurfsurfintersectioncurve>.trimCurve1 : booleanIf true , trim the 1 st parent surface at the intersection.
<nurbssurfsurfintersectioncurve>.trimCurve2 : booleanIf true , trim the 2 nd parent surface at the intersection.
<nurbssurfsurfintersectioncurve>.flipTrim1 : booleanIf true the 1 st parent surface is trimmed from the point towards low parameter space. If false the surface is trimmed from the point towards high parameter space.
<nurbssurfsurfintersectioncurve>.flipTrim2 : booleanIf true the 2 nd parent surface is trimmed from the point towards low parameter space. If false the surface is trimmed from the point towards high parameter space.
<nurbssurfsurfintersectioncurve>.seed : point2The seed location is a UV position on the parent surface.