I am trying to create a revit instance of a solid created in dynamo.
The solid is created by sweeping a circle along a curve.
The curve is created by a nurbs curve by a series of points.
The profile is created by drawings a circle on plane located at the start of the nurbs curve.
My script will crate the solid, however it doesn’t create the ImportInstance. Dynamo is showing the one is created, however, nothing gets created in Revit.
I have managed to get the ImportInstance to work, but I need to use a Nurbs Curve with a degree of 1. However it doesn’t seem to work if I use a higher degree, does this mean my points cannot be connected with a single equation? if so are there any other spline options?