Wall.ByCurveAndHeight

Hi,

I’m having trouble with what should be a very simple task, im using the Wall.ByCurveAndHeight component to create a simple wall. However i have tried the different inputs every which way and still get the same response.

What am i doing wrong here?

Thanks

The curve that the node asks for is not a ModelCurve, but should be a Curve from Dynamo. If you want to use a model or detailline from Revit you will first have to convert that to a ‘Dynamo Curve’.

Hello, you must convert the Revit model curve to a dynamo curve. Try the Element.Curves node

Great! Many Thanks!