Create mass from rooms to centerline

Is there a way to pass the centerline node to the element.geometry node to create directshape masses that touch?

Hi @steve.meyers

You could use Curve.ExtrudeasSolid:

2 Likes

As the distance to extrude you should input the room height (hoping that your rooms have only one single ceiling height)

1 Like

When I tried to extrude solid from curve, it gave a warning: cannot create a solid from an open curve.


So I added a polycurve.byjoinedcurves node and it created an extrusion, but with some bizarre edges.

Is there any way to simplify a solid?