remove_segment_at method

remove_segment_at

Removes a path segment from the list of child segments of the last path figure at index position.

Returns

Removed path segment.

def remove_segment_at(self, index):
    ...
ParameterTypeDescription
indexintPosition at which a path segment should be removed.

See Also