Using API-2 and C# how to get the selected objects in the RFEM6 model?
The ApplicationRFEM class only gets objects by giving a number.
RFEM.StructureCore.Line line = await RFEMApp.get_object<RFEM.StructureCore.Line>(new RFEM.StructureCore.Line { No = 2 });