delete_object_list#


Example

rstab_app.delete_object_list(
    [
        rstab.structure_core.Material(no=1),
        rstab.structure_core.Material(no=2),
    ]
)

Tip

The object definition for the delete_object_list function only requires the object number.