From: rnv Date: Tue, 26 Jul 2016 07:55:58 +0000 (+0300) Subject: Rebase abn/configuration on the top of the master X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fabn%2Fconfiguration;hp=e0c0345b71c38b6948706085273629f02d6c7293;p=modules%2Fsmesh.git Rebase abn/configuration on the top of the master --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 490c0e008..d7648c903 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,9 @@ PROJECT(SalomeSMESH C CXX) # Ensure a proper linker behavior: CMAKE_POLICY(SET CMP0003 NEW) +IF(WIN32) + CMAKE_POLICY(SET CMP0020 OLD) # disable automatic linking to qtmain.lib +ENDIF(WIN32) # Versioning # =========== diff --git a/doc/salome/gui/SMESH/CMakeLists.txt b/doc/salome/gui/SMESH/CMakeLists.txt index 2060a5b09..9479329a0 100644 --- a/doc/salome/gui/SMESH/CMakeLists.txt +++ b/doc/salome/gui/SMESH/CMakeLists.txt @@ -48,8 +48,6 @@ ADD_CUSTOM_TARGET(usr_docs ${CMAKE_COMMAND} -E make_directory tmp1 WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} ) -#ADD_DEPENDENCIES(usr_docs html_docs) - INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"${CMAKE_COMMAND}\" --build ${PROJECT_BINARY_DIR} --target usr_docs)") INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/SMESH DESTINATION ${SALOME_INSTALL_DOC}/gui) INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/SMESH) diff --git a/doc/salome/gui/SMESH/images/topo_equality.png b/doc/salome/gui/SMESH/images/topo_equality.png new file mode 100644 index 000000000..119251a31 Binary files /dev/null and b/doc/salome/gui/SMESH/images/topo_equality.png differ diff --git a/doc/salome/gui/SMESH/input/constructing_submeshes.doc b/doc/salome/gui/SMESH/input/constructing_submeshes.doc index 43f99e5c5..04000e582 100644 --- a/doc/salome/gui/SMESH/input/constructing_submeshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_submeshes.doc @@ -2,6 +2,8 @@ \page constructing_submeshes_page Constructing sub-meshes +\tableofcontents + By purpose, the sub-mesh is an object used to assign to a sub-shape different meshing parameters than those assigned to the main shape. @@ -14,6 +16,8 @@ Creation of a sub-mesh allows to control individually meshing of a certain sub-shape, thus to get a locally coarser or finer mesh, to get elements of different types in the same mesh, etc. +\section submesh_shape_section How to get a sub-shape for sub-mesh construction + A sub-shape to create a sub-mesh on should be retrieved from the main shape in one of the following ways: