idea-statica / iom-examples

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

Missing beam's top-flange notch #85

Closed jorgebslu closed 3 years ago

jorgebslu commented 3 years ago

Missing beam's top-flange notch

I am exporting the attached iom (bimModel) to Code Check Manager and the notch applied to the beam's top-flange is not considered in Idea Connection.

I have taken into account #45 but I still cannot export notches to Idea Connection through Code Check Manager.

It is a simple fin plate shear connection with a rectangular notch:

image

And this is what I actually get in Idea Connection:

image

I have checked with Idea.exe that the Member1D I have added as a cutting object is correctly located.

image

I would appreciate any help on this topic. BTW, any example with iom-negative volumes would be appreciated :blush:.

Best regards Jorge

vojtech-chalupa commented 3 years ago

Hello Jorge! I've gone through your 02-ModelBim-IOM.xml file and there are two things that you can fix right away. In order for the negative volume operation to show up in the model, the Member 3 has to have the IsAdded property set to true in BeamData. Also, there was an incorrect reference to the Member1D (2 instead of 3) in AddedMember:

image

However, this doesn't completely solve your issue, as the resulting NVOL operation doesn't have the correct property filled (L2 - Length is filled instead of L1). See the resulting model below. This is probably a bug on our side, I will assign a developer to look into it.

image

When I manually rewrite the "L2 - Length" value into the L1 cell, the model is fine:

image

jorgebslu commented 3 years ago

Hi @vojtech-chalupa , Thank you very much for your answer. I misunderstood the meaning of AddedMember property :grimacing:. I look forward to hear from you about the L1/L2 issue. Regards Jorge

mpospisil commented 3 years ago

Added member == Stiffening member in the application

there is not compatible terminology in our source code and UI (sometimes)

vojtech-chalupa commented 3 years ago

The patch 21.0.3.0746 is now released. The L1/L2 properties should now be filled correctly. I was able to produce a valid cut-out using the attached IOM. image

02-ModelBimIOM.zip