Skip to content
Snippets Groups Projects
Commit f69939a2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

use original surface orientation!

parent e6fd1147
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#endif #endif
OCCFace::OCCFace(GModel *m, TopoDS_Face _s, int num) OCCFace::OCCFace(GModel *m, TopoDS_Face _s, int num)
: GFace(m, num), s(TopoDS::Face(_s.Oriented(TopAbs_FORWARD))) : GFace(m, num), s(_s)
{ {
setup(); setup();
model()->getOCCInternals()->bind(s, num); model()->getOCCInternals()->bind(s, num);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment