I’ve created some geometry using Grasshopper, and I now need to export it to AutoCAD .dwg format so it can be used in Navisworks. I’m finding that some geometry errors, while other geometry (created in the same process) will fail.
I’ve attached a copy of the failed geometry, and I’m hoping someone might be able to identify why it’s failed. I’ve been working on this for too long, and have eliminated most problems, but these few items still fail.
For context, the main model will consist of 3d solid geometry, annotations (text) and sometimes 2D geometry - lines, curves, polylines etc.
The settings below are my export settings - I don’t mind changing these, so long as I can still export annotations and solid geometry.
I ran your file through the debugger and it’s a problem with our code trying to split closed faces to make the solid objects.
Just curious, why are you modelling in mm? It’s making for very large numbers. I also noticed (using the List command) that some of your tolerances are very small. For example,
mm is conventional and convenient, but not essential.
what do you suggest about the tolerances? Part of my grasshopper script is to fit/round points to a grid (0.1mm in my case, but 1mm or more would be OK too) to help merge points that are close but not coincident.
I expect the tolerances you’re referring to are controlled somewhere else? I haven’t specified any tolerances.
@dale - I will test that out. If that’s the problem, then I can work with that by setting origin offsets in Navisworks (the end goal for the geometry).