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?
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
1 Like