add method

add(self, type)

Add a segment path in creation path.

Returns

Returns the position of ShapeSegmentPath object in the list.


def add(self, type):
    ...
ParameterTypeDescription
typeShapePathTypeThe path type.

See Also