add_segment method
add_segment(self, curve, same_direction)
Add a new segment to current curve.
def add_segment(self, curve, same_direction):
...
Parameter | Type | Description |
---|---|---|
curve | Curve | The curve to add |
same_direction | bool | Same direction with current curve. |
See Also
- module
aspose.threed.entities
- class
CompositeCurve