idea-statica / ideastatica-public

MIT License
24 stars 8 forks source link

Bolt diameters always default to M16 #477

Closed tbyrk closed 6 months ago

tbyrk commented 7 months ago

Bolt diameters are not working. Bolts are always M16 even if don't have them in my connection or if I create connections with other bolt sizes. This also happens in the XML string when trying to extract bolt diameters.

This connection doesn't have any M16 bolts:

1 Bolt diameter XML 2 Bolt diameter XML 3 Bolt diameter XML

In one of the example files "CON_Push new operations into an existing Connection file" we can see that M20 bolts end up as M16 bolts in the updated connection. Maybe this bolt assembly issue and the fact that XML defaults to M16 are related.

Not working
nathanlukeIDEA commented 6 months ago

Hi @tbyrk, please check the new latest version 0.1.5. It should be fixed.

tbyrk commented 6 months ago

Thanks, Nathan! Great work.

Bolt issue solved
nathanlukeIDEA commented 6 months ago

Hi @tbyrk, how are you modelling the bolts in Tekla? the Tekla live link does not allow bolt creation right?

tbyrk commented 6 months ago

Sadly you are right, there is no way to create bolts. These are just standard Tekla beam elements with round bar D## profile. Needs to be redone in Tekla but at least we get the correct position and diameter.

image image
nathanlukeIDEA commented 6 months ago

We should ask Tekla about adding this. It is a great workflow you have developed here. Is it possible to create your API commands in Tekla Live Link?