Good day!
I would like to create "object selections" via the Dlubal API in order to use them in a structure modification.
For example, like this:
rfem.structure_advanced.StructureModification(
no=1,
name="Structure Modification 1",
deactivate_members_enabled=True,
object_selection_for_deactivate_members=1,
),
However, I cannot find the corresponding rfem.guide_objects.ObjectSelections() or similar to define the relevant selection, and it therefore seems that it cannot be accessed via the API (or is not documented?).
I would be very grateful for some support.
The background is that I would like to calculate modified self-weight load cases via this in order to create a mass determination by material (see also: Zugriff auf "Kosten"-Tabelle via Dlubal API)
