Retrieving Truss Structural Elements - Rhino.Inside

Hello there,
is there a way to access the structural framing elements of a truss?


Thanks

One option that might probably work for you is to get the TrussChord or TrussWeb (or both).


SelectTrussMembers.gh (9.0 KB)

2 Likes

Actually, Truss class has a property to get the members.
The attached C# script will give you all the members of the truss.

SelectTrussMembers_3.gh (13.2 KB)

1 Like