add method

add(item)

Add the Coordinate object in the collection.

def add(self, item):
    ...
Parameter Type Description
item Coordinate

add(item)

Add the MoveTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item MoveTo

add(item)

Add the LineTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item LineTo

add(item)

Add the ArcTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item ArcTo

add(item)

Add the InfiniteLine object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item InfiniteLine

add(item)

Add the Ellipse object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item Ellipse

add(item)

Add the EllipticalArcTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item EllipticalArcTo

add(item)

Add the SplineStart object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item SplineStart

add(item)

Add the SplineKnot object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item SplineKnot

add(item)

Add the PolylineTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item PolylineTo

add(item)

Add the NURBSTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item NURBSTo

add(item)

Add the RelCubBezTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item RelCubBezTo

add(item)

Add the RelQuadBezTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item RelQuadBezTo

add(item)

Add the RelMoveTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item RelMoveTo

add(item)

Add the RelLineTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item RelLineTo

add(item)

Add the RelEllipticalArcTo object in the collection.

Returns

def add(self, item):
    ...
Parameter Type Description
item RelEllipticalArcTo

See Also