Salome HOME
Adding the preprocessor option remove_tiny_uv_edges to the user interface.
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Mon, 11 Jul 2016 12:58:12 +0000 (14:58 +0200)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Mon, 11 Jul 2016 12:58:12 +0000 (14:58 +0200)
commitf4593ba5e907d9e1eb81b311bab276397b3d9309
tree140de2b94677b7bce85aa1acb297942593f7dfb8
parent8385c8dc8bcbcb2630484016bc5e97e926f8f835
Adding the preprocessor option remove_tiny_uv_edges to the user interface.
We set it to off by default in Salome so that the cleanup is done only if the user explicitly asks to.
Otherwise, this option is on by default when calling CADSurf.
15 files changed:
doc/salome/gui/BLSURFPLUGIN/images/blsurf_parameters_advanced.png
doc/salome/gui/BLSURFPLUGIN/input/blsurf_hypo.doc
idl/BLSURFPlugin_Algorithm.idl
src/BLSURFPlugin/BLSURFPluginBuilder.py
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.hxx
src/GUI/BLSURFPluginGUI_AdvWidget_QTD.ui
src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx
src/GUI/BLSURFPluginGUI_HypothesisCreator.h
src/GUI/BLSURFPlugin_msg_en.ts
src/GUI/BLSURFPlugin_msg_fr.ts
tests/CMakeLists.txt