remove method

remove(item)

Remove the Coordinate object from the collection.

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

remove(item)

Remove the MoveTo object from the collection.

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

remove(item)

Remove the LineTo object from the collection.

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

remove(item)

Remove the ArcTo object from the collection.

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

remove(item)

Remove the InfiniteLine object from the collection.

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

remove(item)

Remove the Ellipse object from the collection.

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

remove(item)

Remove the EllipticalArcTo object from the collection.

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

remove(item)

Remove the SplineStart object from the collection.

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

remove(item)

Remove the SplineKnot object from the collection.

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

remove(item)

Remove the PolylineTo object from the collection.

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

remove(item)

Remove the NURBSTo object from the collection.

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

remove(item)

Remove the RelCubBezTo object from the collection.

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

remove(item)

Remove the RelQuadBezTo object from the collection.

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

remove(item)

Remove the RelMoveTo object from the collection.

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

remove(item)

Remove the RelLineTo object from the collection.

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

remove(item)

Remove the RelEllipticalArcTo object from the collection.

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

See Also