add method

add(item)

Add the Coordinate object in the collection.

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

add(item)

Add the MoveTo object in the collection.

Returns

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

add(item)

Add the LineTo object in the collection.

Returns

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

add(item)

Add the ArcTo object in the collection.

Returns

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

add(item)

Add the InfiniteLine object in the collection.

Returns

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

add(item)

Add the Ellipse object in the collection.

Returns

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

add(item)

Add the EllipticalArcTo object in the collection.

Returns

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

add(item)

Add the SplineStart object in the collection.

Returns

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

add(item)

Add the SplineKnot object in the collection.

Returns

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

add(item)

Add the PolylineTo object in the collection.

Returns

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

add(item)

Add the NURBSTo object in the collection.

Returns

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

add(item)

Add the RelCubBezTo object in the collection.

Returns

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

add(item)

Add the RelQuadBezTo object in the collection.

Returns

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

add(item)

Add the RelMoveTo object in the collection.

Returns

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

add(item)

Add the RelLineTo object in the collection.

Returns

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

add(item)

Add the RelEllipticalArcTo object in the collection.

Returns

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

See Also