# default dump approaches (will be set if not initialized)
SET(PYTHONDUMP_NAMING ON CACHE BOOL "Dump named references to shapes")
-SET(PYTHONDUMP_GEO ON 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)
<!--<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"/> -->