Creating walls from curves

Hello
I`ve a question about creating walls by curves on numerous levels.
I tried to do this by Wall.By.CurveAndHeight but I can’t set multiple Levels.
Is there any diffrent way to do it?
image

Walls in Revit are always based on Levels, so what you need is a list of levels.

  • If your curves are each one on a level, you can use Curve.Levels from Archilab or get the parameter with GetParameterValueByName.
  • If your curves are not yet on a level, you can create new ones with Level.ByElevation and use them to create your walls

Try to see if you get something with these input :wink:

1 Like

Here’s an example creating levels from curves, but if you are working on a real building project, you get new levels that you might not need.

1 Like