Solids from CAD generated curve bimorph nodes

Hi All,

I did some basic experimentation with node “cad.curvesfromcadlayers” and got curves as shown:

But when I am trying to extrude the circle as soild, it seems that I am not able to do it. I am getting this error:
image

Is it that these solid geometry creation nodes doesnt work on the curves obtained from bimorph nodes? or am I missing something?

Thanks in advance…! Cheers…!

You are using ModelCurves (i.e. Revit geometry) as the input to Curve.ExtrudeAsSolid whereas it is expecting Curves (i.e. Dynamo geometry). If you switch the boolean on the CAD.CurvesFromCADLayers to false, you will get a Circle instead of ModelCurves and it should work.

Simplified example:

Hope this helps,
Thomas

1 Like