I’m using Rhino.Inside.Revit to import some rebars into Revit. For a few specific rebars, if I send the geometry directly into the DirectShape (Geometry) component, I get an error saying “BRepBuilder cannot assign edge geometry for edge xxx.”
The imported rebar in Revit also looks wrong: the surface appears broken and shows some strange curves.
I suspected it might be because the “cylinder” has only one seam, so I split the cylinder in Rhino, giving it two seams so it becomes two separate surfaces. However, even when I import the surface individually, I no longer get the error, but the surface in Revit still appears broken in the same location. The surface looks normal in Rhino.
I converted it to millimetre units, but the rebar in Revit still seems broken, and the way it breaks looks different depending on the viewing angle. Is there anything I might be missing?