Create new wall types with varying widths

Hello all,

Is it possible to create new wall types based on a list with varying widths in Grasshopper with RIR?
Or is it possible to change the parameters of an existing compound structure (e.g. change the Thickness of a given structural compound layer), and then use Duplicate Type to create new types with the desired width?

My goal is to create walls from curves placed in layers in Rhino with specified widths.

E.g.:
Rhino layer 1 - 250 mm
Rhino layer 2 - 350 mm
Rhino layer 3 - 400 mm

I have been looking into this solution: How to create walls of different widths in rhino inside revit?

Unfortunately, the script becomes quite unstable once you add another width or change the width of an existing type.

Any help would be much appreciated!

Best regards,
Christian

@christian_degn ,

Below description gets a list of names and thicknesses and creates wall types by duplicating an existing wall. I hope it helps.


Create Wall Types with Thickness and name.gh (6.3 KB)

2 Likes

Hi @mucahitbgoker

This is exactly what I was looking for. Brilliant, thank you! :slight_smile:

1 Like