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,
|
theStream,
|
||||||
Standard_True,
|
Standard_True,
|
||||||
Standard_False,
|
Standard_False,
|
||||||
TopTools_FormatVersion_CURRENT,
|
TopTools_FormatVersion_VERSION_1,
|
||||||
theProgress);
|
theProgress);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -334,7 +334,7 @@ public:
|
|||||||
theFile,
|
theFile,
|
||||||
Standard_True,
|
Standard_True,
|
||||||
Standard_False,
|
Standard_False,
|
||||||
TopTools_FormatVersion_CURRENT,
|
TopTools_FormatVersion_VERSION_1,
|
||||||
theProgress);
|
theProgress);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user