add_object method

add_object

Adds enity.

def add_object(self, obj):
    ...
ParameterTypeDescription
objaspose.cad.fileformats.cad.cadobjects.CadBaseObjectObject to add.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when object is null
InvalidOperationExceptionThrown if the current object has been added before
NotSupportedExceptionThrown if adding of the current object is not implemented

See Also