This class defines a dependent point at the intersection of a curve and a surface.
Constructors
NURBSCurveSurfaceIntersectPoint [<property>:<val>]...Any of the object's properties may be set via optional keyword arguments on the constructor.
getObject <nurbsset> <index>Properties
<nurbscurvesurfaceintersectpoint>.parent1 : integerThe parent surface by NURBSet index.
<nurbscurvesurfaceintersectpoint>.parent1ID : integerThe parent surface by NURBSId.
<nurbscurvesurfaceintersectpoint>.parent2 : integerThe parent curve by NURBSet index.
<nurbscurvesurfaceintersectpoint>.parent2ID : integerThe parent curve by NURBSId.
<nurbscurvesurfaceintersectpoint>.trimCurve : booleanIf true , trims parent curve at the point.
<nurbscurvesurfaceintersectpoint>.flipTrim : booleanIf true the curve is trimmed from the point towards low parameter space. If false the curve is trimmed from the point towards high parameter space.
<nurbscurvesurfaceintersectpoint>.seed : floatThe seed location is a U position along the length of the parent curve.