delete_object#
Example
rstab_app.delete_object(rstab.structure_core.Material(no=1))
await rstab_app.delete_object(rstab.structure_core.Material(no=1));
Tip
The object definition for the delete_object function only requires the object number.
Example
rstab_app.delete_object(rstab.structure_core.Material(no=1))
await rstab_app.delete_object(rstab.structure_core.Material(no=1));
Tip
The object definition for the delete_object function only requires the object number.