select_objects#
- dlubal.api.rstab.Application.select_objects(self, objs, model_id=None)#
Selects a list of objects in the model.
Usage
rstab_app.select_objects(
objs=[
rfem.structure_core.Member(no=46),
rfem.structure_core.Member(no=52),
]
)