]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
bos #24728: [CEA] Call geometric dump only when explicitly asked by the user
authorazv <azv@opencascade.com>
Fri, 22 Oct 2021 14:33:43 +0000 (17:33 +0300)
committerazv <azv@opencascade.com>
Fri, 22 Oct 2021 14:33:43 +0000 (17:33 +0300)
src/ExchangePlugin/CMakeLists.txt
src/ExchangePlugin/plugin-Exchange.xml

index e8db9c5e967e04060ae977c5fa7a10611eacb3b1..7efb757ffd1e0f5f6febf13d7b71f72e68d83ce4 100755 (executable)
@@ -86,7 +86,7 @@ SET(PROJECT_LIBRARIES
 
 # default dump approaches (will be set if not initialized)
 SET(PYTHONDUMP_NAMING ON  CACHE BOOL "Dump named references to shapes")
-SET(PYTHONDUMP_GEO    O CACHE BOOL "Dump references to shapes by the geometric properties")
+SET(PYTHONDUMP_GEO    OFF CACHE BOOL "Dump references to shapes by the geometric properties")
 SET(PYTHONDUMP_WEAK   OFF CACHE BOOL "Dump weak named references to shapes")
 
 ADD_DEFINITIONS(-DEXCHANGEPLUGIN_EXPORTS)
index 80f60a429cc83eebbba294f2de2b09819fea8ace..b208717e4fee8d7d5bb54c2fab386dfe20a7460e 100644 (file)
         <!--<boolvalue id="topological_naming"
              label="Topological naming selection"
              tooltip="To use standard topological naming selection identifier, used for parametric model"
-             default="true"/>
+             default="true"/>-->
         <boolvalue id="geometric_selection"
-             label="Geometric selection"
+             label="Dump by coordinates"
              tooltip="To use geometrical point coordinates to identify selected shapes"
-             default="true"/>
-        <boolvalue id="weak_naming"
+             default="false"/>
+        <!--<boolvalue id="weak_naming"
              label="Weak naming selection"
              tooltip="To use geometrical order for identification of selected shapes"
              default="false"/> -->