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_13_V7_8_0~3 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=3c11628f2c9f12323292202d3c07af897a13008e;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 579dc9244a..f40d0fc154 100644 --- a/src/BRepTools/BRepTools.hxx +++ b/src/BRepTools/BRepTools.hxx @@ -263,7 +263,7 @@ public: const Message_ProgressRange& theProgress = Message_ProgressRange()) { Write (theShape, theStream, Standard_True, Standard_False, - TopTools_FormatVersion_CURRENT, theProgress); + TopTools_FormatVersion_VERSION_1, theProgress); } //! Writes the shape to the stream in an ASCII format of specified version. @@ -297,7 +297,7 @@ public: const Message_ProgressRange& theProgress = Message_ProgressRange()) { return Write (theShape, theFile, Standard_True, Standard_False, - TopTools_FormatVersion_CURRENT, theProgress); + TopTools_FormatVersion_VERSION_1, theProgress); } //! Writes the shape to the file in an ASCII format of specified version.