remove_entity method

remove_entity

Removes enity.

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

See Also