Guide_objects -> Object selections

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)

Hi jbo-puls,

the requested feature (Object Selections) is unfortunately not yet available. It is one of the last missing objects of the auxiliary objects. A corresponding request (RUS ID 6154) has already been created and forwarded to the developers.

As soon as there is any news on this topic, we will publish it through the usual channels.

Best regards
Robert Milrath

1 Like

Good day Mr. Milrath,

thank you very much for the information!