add_segment method

add_segment(self, curve, same_direction)

Add a new segment to current curve.


def add_segment(self, curve, same_direction):
    ...
ParameterTypeDescription
curveCurveThe curve to add
same_directionboolSame direction with current curve.

See Also