]> OCCT Git - occt.git/commitdiff
Return to BREP format version 1 for shapes export
authorjfa <jfa@opencascade.com>
Mon, 3 Jun 2024 14:20:56 +0000 (15:20 +0100)
committerjfa <jfa@opencascade.com>
Fri, 21 Feb 2025 11:43:49 +0000 (11:43 +0000)
src/BRepTools/BRepTools.hxx

index 87dbcca95f8b8973d02cb802435eae1d9318277c..35ca6423f2937595a221b7e7b92c3bbf27e771f8 100644 (file)
@@ -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);
   }