NURBSCurveSurfaceIntersectPoint : NURBSPoint

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

The parent surface by NURBSet index.

<nurbscurvesurfaceintersectpoint>.parent1ID : integer 

The parent surface by NURBSId.

<nurbscurvesurfaceintersectpoint>.parent2 : integer 

The parent curve by NURBSet index.

<nurbscurvesurfaceintersectpoint>.parent2ID : integer 

The parent curve by NURBSId.

<nurbscurvesurfaceintersectpoint>.trimCurve : boolean 

If true , trims parent curve at the point.

<nurbscurvesurfaceintersectpoint>.flipTrim : boolean 

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

The seed location is a U position along the length of the parent curve.