Creating a Parametric Tower - Problem with corners

Hi,

I’ve been trying to create this parametric tower in Dynamo. The problem I’m facing is that the last set of points are not rounding off and are coming in as a sharp edge. I’ve attached the script in this post.

Thanks in advance.

Tower_New.dyn (82.6 KB)

hi,
you may use polycurve.pypoint instead of nurbcurve, but use pollycurve.fillet after the list of polygons

1 Like

Thanks, will look into this today

Hi, I was able to create the form. But now, a new problem has arisen. When I bring the conceptual mass to Revit Project, it shows an error saying that “Mass contains only mesh geometry, which can’t be used to compute Mass Floors, volume, or surface area.”

What do I do?