Hi everyone,
I’m working with an open Brep in Grasshopper and need to unify the normal vectors of all the contained surfaces. I’ve tried using the dot product between the normal vectors and the vector from the bounding box center to the center of the surface, but the results aren’t consistent.
Additionally, I’ve attempted converting the Brep into a mesh and using various components to unify the normals, but that approach also didn’t yield the expected result.
Has anyone encountered a similar issue or found a good way to unify the normal vectors of all surfaces within an open Brep? Any suggestions or tips would be greatly appreciated!
Thanks in advance!