NURBSSurfSurfIntersectionCurve : NURBSCurve

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 : integer 

The 1 st parent surface by NURBSet index.

<nurbssurfsurfintersectioncurve>.parent1ID : integer 

The 1 st parent surface by NURBSId.

<nurbssurfsurfintersectioncurve>.parent2 : integer 

The 2 nd parent surface by NURBSet index.

<nurbssurfsurfintersectioncurve>.parent2ID : integer 

The 2 nd parent surface by NURBSId.

<nurbssurfsurfintersectioncurve>.trimCurve1 : boolean 

If true , trim the 1 st parent surface at the intersection.

<nurbssurfsurfintersectioncurve>.trimCurve2 : boolean 

If true , trim the 2 nd parent surface at the intersection.

<nurbssurfsurfintersectioncurve>.flipTrim1 : boolean 

If 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 : boolean 

If 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 : point2 

The seed location is a UV position on the parent surface.