Any fix for Bad GUID?

I do work in a project and unfortunately I do found some parts that have bad GUIDs. I will attach a sample file for reference.

It is there a way to fix this issue?

Bad GUID.3dm (167.4 KB)

What is a bad GUID?

I can’t retrieve the geometry from referenced GUID:

1 Like

This seems to do something, but it all depends on what you want to do with it next, since all subsequent components you attach to it will fail. So you will need to find a way fixing the object inside or outside gh first:

import Rhino
a = Rhino.RhinoDoc.ActiveDoc.Objects.FindId(x)
1 Like

Thank you for explanation. Do you know how I can fix this geometries. I tried to export, reimport them and that doesn’t, I exploded and rejoined the parts, also don’t works. I am out of ideas on how to fix them.

in this case ExtractBadSrf will help you fix it. It seems the object contains a 0 area surface.

1 Like