I have a problem with Solid.By.Loft - Unable to set the sections or the centerline! : CENTERLINE_NOT_G1_CONTINUOUS – Centerline is not G1.
There are two profiles made in revit as line on referenceplane and a path made of some curves. First profile is at the start point of polucurve path second one at the end.
Have no clue what i’am doing wrong? Any ideas? Or is there another way to do so.
I split the smooth lofted solid at the points of the curve, to give intermediate profiles, i then paired these and lofted, to give the angular solid, which I unioned.
I created a nurbs curve (this can’t be too angular or it fails) to generate the smooth lofted solid, it would probably work on your filleted polycurve as well.
Hi,
The curve you are using i not G1, meaning that is continuous, but not its derivative, meaning that you have changes in slope (cornerpoints). The loft function won’t work with that curve, you need to use a smooth curve, Nurbs is one.
Hope this helps.