LetsConstructIT / Grasshopper-TeklaDrawingLink

Grasshopper components for interacting with Tekla drawing area
MIT License
54 stars 6 forks source link

Reinforcement Properties | Rebar set #51

Open TrungVuDuy opened 1 week ago

TrungVuDuy commented 1 week ago

The "Reinforcement Properties" does not work with RebarSet. Is it a bug or a limitation? image

olszewski-grzegorz commented 6 days ago

Limitation I would say. Rebar sets are not inheriting from typical Reinforcement class in Tekla Open API. They are much bigger than Reinforcement, as can be seen in documentation: https://developer.tekla.com/doc/tekla-structures/2024/rebar-set-class-28429

But there is a property named RebarProperties which holds almost everything for the purpose of this Grasshopper component. I will try to add support for that in the next release (end of October).