This class defines a dependent Chamfer curve. A Chamfer is a curve that creates a straight line corner between two parent curves.
Any of the object's properties may be set via optional keyword arguments on the constructor.
The 1 st parent curve by NURBSet index.
The 1 st parent curve by NURBSId.
The 2 nd parent curve by NURBSet index.
The 2 nd parent curve by NURBSId.
The length for 1 st parent curve back from the end that defines the beginning of the chamfer.
The length for 2 nd parent curve back from the end that defines the beginning of the chamfer.
true to use the end of 1 st parent curve; false to use the beginning, defaults to false .
true to use the end of 2 nd parent curve; false to use the beginning, defaults to false .
Sets whether 1 st parent curve is trimmed. true if the curve is trimmed; otherwise false .
Sets whether 2 nd parent curve is trimmed. true if the curve is trimmed; otherwise false .
If 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.
If 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.