Getting Width of Structure [1] (Core boundary thickness)

Hello everyone,

I am trying to calculate the stiffness center of a structure and for this, I need the width of the core boundary (Structure [1]) only, the total thickness or total width won’t help.

I have tried the Clockwork node “Compound Structural Layers”. It works but it is not very general because the index of the material layer I want will change according to the modeller using Revit. Meaning if I put it Finish [1] then Structure [1], Dynamo will show Index [0] as Finish [1] and Index [1] as Structure [1] and vice versa.

I want the Dynamo to detect the Structure [1] width only no matter the model I open in Revit.

Thank you in advance.

Use a List.FilterByBoolMask node to check the “Structure” function and the width associated.

1 Like

It is working great. Thank you very much :slightly_smiling_face: