This class defines a dependent Chamfer curve. A Chamfer is a curve that creates a straight line corner between two parent curves.
Constructors
NURBSChamferCurve [<property>:<val>]...Any of the object's properties may be set via optional keyword arguments on the constructor.
getObject <nurbsset> <index>Properties
<nurbschamfercurve>.parent1 : integerThe 1 st parent curve by NURBSet index.
<nurbschamfercurve>.parent1ID : integerThe 1 st parent curve by NURBSId.
<nurbschamfercurve>.parent2 : integerThe 2 nd parent curve by NURBSet index.
<nurbschamfercurve>.parent2ID : integerThe 2 nd parent curve by NURBSId.
<nurbschamfercurve>.length1 : floatThe length for 1 st parent curve back from the end that defines the beginning of the chamfer.
<nurbschamfercurve>.length2 : floatThe length for 2 nd parent curve back from the end that defines the beginning of the chamfer.
<nurbschamfercurve>.flip1 : booleantrue to use the end of 1 st parent curve; false to use the beginning, defaults to false .
<nurbschamfercurve>.flip2 : booleantrue to use the end of 2 nd parent curve; false to use the beginning, defaults to false .
<nurbschamfercurve>.trim1 : booleanSets whether 1 st parent curve is trimmed. true if the curve is trimmed; otherwise false .
<nurbschamfercurve>.trim2 : booleanSets whether 2 nd parent curve is trimmed. true if the curve is trimmed; otherwise false .
<nurbschamfercurve>.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.
<nurbschamfercurve>.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.