From: jfa Date: Mon, 3 Jun 2024 14:20:56 +0000 (+0100) Subject: Return to BREP format version 1 for shapes export X-Git-Tag: SALOME_9_15_V7_9_0a1~2 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=658f6b063200faf126b769373c0fa0445ca79391;p=occt.git Return to BREP format version 1 for shapes export --- diff --git a/src/BRepTools/BRepTools.hxx b/src/BRepTools/BRepTools.hxx index 87dbcca95f..35ca6423f2 100644 --- a/src/BRepTools/BRepTools.hxx +++ b/src/BRepTools/BRepTools.hxx @@ -290,7 +290,7 @@ public: theStream, Standard_True, Standard_False, - TopTools_FormatVersion_CURRENT, + TopTools_FormatVersion_VERSION_1, theProgress); } @@ -334,7 +334,7 @@ public: theFile, Standard_True, Standard_False, - TopTools_FormatVersion_CURRENT, + TopTools_FormatVersion_VERSION_1, theProgress); }