Brep Solid Orientation for mesh?

Hi,

Is there any method as for BREP to know the orientation of solid?
I am referring to this RhinoCommon method: https://developer.rhino3d.com/api/rhinocommon/rhino.geometry.brep/solidorientation

What would be the logic to implement it, as I suppose it does not exist for meshes?

https://developer.rhino3d.com/api/rhinocommon/rhino.geometry.mesh/solidorientation

– Dale

2 Likes

Is there any possibility to reveal the logic how does it work? Is it opensourced is opennurbs?

@Petras_Vestartas - no, the code for this method is not open source.

– Dale

I see, there is magic there, thank you:)