idea-statica / iom-examples

Examples of using IDEA StatiCa IOM API
MIT License
8 stars 4 forks source link

BeamData has no Profile type/name in the class[FEATURE] #19

Closed GRamsaroep closed 3 years ago

GRamsaroep commented 4 years ago

Is your feature request related to a problem? Please describe. In the beamData class there is no info about the beam profile. It only shows plates where the beam is made of, but not the profile name.

Describe the solution you'd like A extra add on in the class where the name of the profile is exported also in the IOM when using the conData of a project.

Describe alternatives you've considered Its possible to check the thickness of the web and flange to know what profile it is, but that will be extra work while its already defined in IDEA in the project.

mpospisil commented 4 years ago

it should be fixed - we will prepare an example

mpospisil commented 3 years ago

see interface

https://github.com/idea-statica/ideastatica-plugin/blob/release-21.0.0-beta/IdeaStatiCa.Plugin/IConnHiddenCheck.cs

where is the new method

string GetAllConnectionData(string connectionId);

which return XML string wich represents the instance of IdeaRS.OpenModel.OpenModelContainer

https://github.com/idea-statica/iom/blob/master/IdeaRS.OpenModel/OpenModelContainer.cs

from this instance you can get information geometry of the connection as well as information about FE analysis