marcellosgamb / SIMPLEX

This is the repo for the simplex dynamo package workflows
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

TEKLA: CreateBeam doesn't get BeamType integer over 2 #5

Open ghost opened 4 years ago

ghost commented 4 years ago

Describe the bug I'm trying to create a pad footing with BeamCreate node. Everything works fine except the BeamType input. For index 0,1 and 2 it creates de correct element(Beam, Panel, Strip Footing). If I input 3, it creates a Steel Beam instead of a pad footing, even if MatString is concrete. If I input 4, it creates a Concrete Beam instead of a Column

Steps to Reproduce Download Simplex Package- Replace Tekla dlls in bin folder with 2019 versions to get it working with Tekla 2019 -Build graph: see imagen

marcellosgamb commented 4 years ago

i will look into it how did you find the tekla dlls for tekla 2019 to replace them?

ghost commented 4 years ago

Great! I installed the NuGet package in a Visual Studio project ( https://developer.tekla.com/tekla-structures/documentation/install-tekla-open-api-and-add-assemblies-references) and then copy the dlls from VS project folder to bin package folder

marcellosgamb commented 4 years ago

Ok just tekla and tekla model dll?

Thx Marcello

On Jan 6, 2020, at 8:49 PM, MatiasArguello94 notifications@github.com wrote:



Great! I installed the NuGet package in a Visual Studio project ( https://developer.tekla.com/tekla-structures/documentation/install-tekla-open-api-and-add-assemblies-references) and then copy the dlls from VS project folder to bin package folder

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/marcellosgamb/SIMPLEX/issues/5?email_source=notifications&email_token=ABOZGEIP3BV2TYNDWX2R2SDQ4QCURA5CNFSM4KCFMK4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIHV5VA#issuecomment-571432660, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABOZGELV2UUEX2C3BYJEFHTQ4QCURANCNFSM4KCFMK4A.

marcellosgamb commented 4 years ago

What version of dynamo sandbox are you using? you open up Tekla 2019 then open dynamo and everything seems to work with new dll?

Thx Marcello

On Jan 6, 2020, at 8:49 PM, MatiasArguello94 notifications@github.com wrote:



Great! I installed the NuGet package in a Visual Studio project ( https://developer.tekla.com/tekla-structures/documentation/install-tekla-open-api-and-add-assemblies-references) and then copy the dlls from VS project folder to bin package folder

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/marcellosgamb/SIMPLEX/issues/5?email_source=notifications&email_token=ABOZGEIP3BV2TYNDWX2R2SDQ4QCURA5CNFSM4KCFMK4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIHV5VA#issuecomment-571432660, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABOZGELV2UUEX2C3BYJEFHTQ4QCURANCNFSM4KCFMK4A.

ghost commented 4 years ago

Yes, replaced both of them. Im currently using 2.0.3, but i also tried in 2.4 and it presented the same problem. And yes, open tekla, then dynamo, and so far I tried, everything else works.

marcellosgamb commented 4 years ago

Ok so Simplex works with tekla 2019 And dynamo 2.03 and 2.4 As long as u replace the two dlls?

Thx Marcello

On Jan 6, 2020, at 9:00 PM, MatiasArguello94 notifications@github.com wrote:



Yes, replaced both of them. Im currently using 2.0.3, but i also tried in 2.4 and it presented the same problem. And yes, open tekla, then dynamo, and so far I tried, everything else works.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/marcellosgamb/SIMPLEX/issues/5?email_source=notifications&email_token=ABOZGEKAPLIPIB45GRR6K3TQ4QD7TA5CNFSM4KCFMK4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIHWOYA#issuecomment-571434848, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABOZGEMQYL4GN5PTXXLEC3LQ4QD7TANCNFSM4KCFMK4A.qq

ghost commented 4 years ago

Hey, sorry for the delay. Yes, thats correct