NURBSFilletCurve : NURBSCurve
 
 
 

This class defines a dependent Fillet curve. A Fillet is a curve that creates a circular arc corner between two parent curves.

   

Constructors

NURBSFilletCurve [<property>:<val>]... 	 

Any of the object's properties may be set via optional keyword arguments on the constructor.

   

getObject <nurbsset> <index>   

   

Properties

<nurbsfilletcurve>.parent1 : integer 

The 1st parent curve by NURBSet index.

   

<nurbsfilletcurve>.parent1ID : integer 

The 1st parent curve by NURBSId.

   

<nurbsfilletcurve>.parent2 : integer 

The 2nd parent curve by NURBSet index.

   

<nurbsfilletcurve>.parent2ID : integer 

The 2nd parent curve by NURBSId.

   

<nurbsfilletcurve>.radius : float 

The radius of the fillet.

   

<nurbsfilletcurve>.flip1 : boolean 

true to use the end of 1st parent curve; false to use the beginning, defaults to false.

   

<nurbsfilletcurve>.flip2 : boolean 

true to use the end of 2nd parent curve; false to use the beginning, defaults to false.

   

<nurbsfilletcurve>.trim1 : boolean 

Sets whether 1st parent curve is trimmed. true if the curve is trimmed; otherwise false.

   

<nurbsfilletcurve>.trim2 : boolean 

Sets whether 2nd parent curve is trimmed. true if the curve is trimmed; otherwise false.

   

<nurbsfilletcurve>.flipTrim1 : boolean 

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.

   

<nurbsfilletcurve>.flipTrim2 : boolean 

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.

See Also