mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Return to BREP format version 1 for shapes export
This commit is contained in:
parent
a37b4a1a21
commit
3c11628f2c
@ -263,7 +263,7 @@ public:
|
|||||||
const Message_ProgressRange& theProgress = Message_ProgressRange())
|
const Message_ProgressRange& theProgress = Message_ProgressRange())
|
||||||
{
|
{
|
||||||
Write (theShape, theStream, Standard_True, Standard_False,
|
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.
|
//! Writes the shape to the stream in an ASCII format of specified version.
|
||||||
@ -297,7 +297,7 @@ public:
|
|||||||
const Message_ProgressRange& theProgress = Message_ProgressRange())
|
const Message_ProgressRange& theProgress = Message_ProgressRange())
|
||||||
{
|
{
|
||||||
return Write (theShape, theFile, Standard_True, Standard_False,
|
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.
|
//! Writes the shape to the file in an ASCII format of specified version.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user