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 : integerThe 1 st parent curve by NURBSet index.
<nurbsfilletcurve>.parent1ID : integerThe 1 st parent curve by NURBSId.
<nurbsfilletcurve>.parent2 : integerThe 2 nd parent curve by NURBSet index.
<nurbsfilletcurve>.parent2ID : integerThe 2 nd parent curve by NURBSId.
<nurbsfilletcurve>.radius : floatThe radius of the fillet.
<nurbsfilletcurve>.flip1 : booleantrue to use the end of 1 st parent curve; false to use the beginning, defaults to false .
<nurbsfilletcurve>.flip2 : booleantrue to use the end of 2 nd parent curve; false to use the beginning, defaults to false .
<nurbsfilletcurve>.trim1 : booleanSets whether 1 st parent curve is trimmed. true if the curve is trimmed; otherwise false .
<nurbsfilletcurve>.trim2 : booleanSets whether 2 nd parent curve is trimmed. true if the curve is trimmed; otherwise false .
<nurbsfilletcurve>.flipTrim1 : booleanIf true the 1 st 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 : booleanIf true the 2 nd parent curve is trimmed from the point towards low parameter space. If false the curve is trimmed from the point towards high parameter space.