BHoM / TeklaStructures_Toolkit

GNU Lesser General Public License v3.0
2 stars 0 forks source link

Tekla toolkit issue#5 framing elements #7

Closed MartinHenriksen closed 5 years ago

MartinHenriksen commented 5 years ago

Issues addressed by this PR

Closes #5

Basic Create/Read of framing elements. Anything relating to analytical properties has been left out, e.g. no conversion of section properties to BHoM only the required section properties from BHoM to create Tekla Beam objects (not analytical beams).

Adapter initialisation takes almost 30 seconds as it reads profile library - the alternative is to check the library for existing profiles on framing element creating, which would only move the slow-down to the push call - happy to move it if anyone feels strongly about the initial 30 second wait.

Test files

Additional comments

Create/Read of bar objects has been left in the code for future developments on the analytical objects.

MartinHenriksen commented 5 years ago

@emidio-piermarini syncing to the latest BH.oM is why it will not compile; this PR was raised quite a while before the latest BH.oM changes. To keep the branch network nice and clean in the simplest way I have created a new PR #9 which will supersede this. Please review.