add method

add(item)

Add the shape in the collection.

Returns

ID

def add(self, item):
    ...
ParameterTypeDescription
itemShape

See Also