add_segment method

add_segment

Adds a path segment to the list of child segments of the last pah figure.

Returns

Added path segment.

def add_segment(self, segment):
    ...
ParameterTypeDescription
segmentXpsPathSegmentThe path segment to be added.

See Also