delete_object#
- dlubal.api.rsection.Application.delete_object(self, obj, model_id=None)#
Deletes a single object from the model.
Example
rsection_app.delete_object(rsection.structure_core.Material(no=1))
await rsection_app.delete_object(new rsection.structure_core.Material { No = 1 });
Tip
The object definition for the delete_object function only requires the object number.