remove_entity method

remove_entity

Removes entity.

def remove_entity(self, entity):
    ...
ParameterTypeDescription
entityaspose.cad.fileformats.cad.cadobjects.CadBaseEntityEntity to add.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when entity is null
NotSupportedExceptionThrown if removing of the current entity is not implemented

See Also