Salome HOME
[bos #29473] [EDF] (2022-T1) Advanced geometry features: conformity of non holed...
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Types.hxx
index af37b6dcf59a8452aace7026cac3ea2ef1c8097c..fec26368a732588a3dff19d0357b939420ab84a9 100644 (file)
 
 #define GEOM_PATCH_FACE 60
 
+#define GEOM_CHECKCONFORMITY 62
+
 //GEOM_Function types
 
 #define COPY_WITH_REF    1
 #define TD_GET_IN_PLACE_OLD        2
 #define TD_GET_IN_PLACE_BY_HISTORY 3
 
+// Conformity operations
+#define CONFORMITY_UPDATE_TOL       2
+#define CONFORMITY_CHECK_SHAPE      3
+
 // Plugins specified constants
 #define PLUGIN_NAME "Plugin Name"