Hello!
I have got a very big problem. I need the orientation of a BrepFace through a Brep.
When I transform BreapFace to Brep with method “toBrep()”, I lose that information.
I have a FaceBrep that returns true if I use face.OrientationIsReversed, but BrepFace.ToBrep().Faces.First().OrientationIsReversed returns false.
If I get the orientation from the BrepFace, it returns one value.
Then, I convert this Face in Brep.
Later, I get the orientation through “brep.Faces.FirstOrDefault().OrientationIsReversed” that is the same that “brep.Faces[0].OrientationIsReversed” and it returns other different value.