1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0024927: Getting rid of "Persistent" functionality -- Samples and data

Support of old persistence (CSFDB format) is removed from OCCT samples (C#, MFC and Qt)

Motor model from data/csfdb is converted from CSFDB to BRep format and put to data/occ (Motor-c.brep)
This commit is contained in:
dln
2014-08-26 16:15:24 +04:00
committed by bugmaster
parent e837410dac
commit 41f0360528
94 changed files with 18136 additions and 1395 deletions

View File

@@ -6,10 +6,6 @@
<source>INF_ABOUT</source>
<translation>Qt based application for Import / Export CASCADE operations.</translation>
</message>
<message>
<source>TBR_EXPOR_CSFDB</source>
<translation>Csfdb ...</translation>
</message>
<message>
<source>INF_NOTHING_ERROR</source>
<translation>Nothing to transfer.</translation>
@@ -70,10 +66,6 @@
<source>TIT_ABOUT</source>
<translation>Sample ImportExport.</translation>
</message>
<message>
<source>MNU_EXPORT_CSFDB</source>
<translation>&amp;Csfdb ...</translation>
</message>
<message>
<source>MNU_EXPORT_IMAGE</source>
<translation>&amp;Image</translation>
@@ -82,14 +74,6 @@
<source>TBR_EXPORT_IMAGE</source>
<translation>Image</translation>
</message>
<message>
<source>MNU_IMPORT_CSFDB</source>
<translation>&amp;Csfdb ...</translation>
</message>
<message>
<source>TBR_IMPORT_CSFDB</source>
<translation>Csfdb ...</translation>
</message>
<message>
<source>INF_TRANSLATE_ERROR_INVALIDSHAPE</source>
<translation>Some shapes are invalid.</translation>
@@ -170,10 +154,6 @@
<source>INF_PATH_2</source>
<translation>/../data/step</translation>
</message>
<message>
<source>INF_PATH_3</source>
<translation>/../data/csfdb</translation>
</message>
<message>
<source>INF_PATH_4</source>
<translation>/../data/vrml</translation>
@@ -214,10 +194,6 @@
<source>INF_FILTER_FORMAT_2</source>
<translation>STEP Files (*.stp *.step)</translation>
</message>
<message>
<source>INF_FILTER_FORMAT_3</source>
<translation>CSFDB Files (*.csfdb)</translation>
</message>
<message>
<source>INF_FILTER_FORMAT_4</source>
<translation>VRML Files (*.vrml)</translation>