mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Return to BREP format version 1 for shapes export
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user