remove_object method

remove_object

Removes enity.

def remove_object(self, obj):
    ...
ParameterTypeDescription
objaspose.cad.fileformats.cad.cadobjects.CadBaseObjectObject to remove.

Exceptions

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

See Also