]> SALOME platform Git repositories - modules/smesh.git/blobdiff - doc/salome/gui/SMESH/input/tui_modifying_meshes.doc
Salome HOME
Add PreCAD
[modules/smesh.git] / doc / salome / gui / SMESH / input / tui_modifying_meshes.doc
index fe0da8e6114220dce3e51da19a9eb6d14019cd6f..1dd65bfa111a59f7759b36f7846b6f8d8d2a452d 100644 (file)
@@ -959,6 +959,13 @@ Mesh.ConvertFromQuadratic()
 
 Mesh.ConvertToQuadratic( theForce3d=0 )
 
+# to convert not the whole mesh but a sub-mesh, provide it as 
+# an additional argument to the functions:
+# Mesh.ConvertToQuadratic( 0, subMesh )
+# Mesh.ConvertFromQuadratic( subMesh )
+#
+# Note that the mesh becomes non-conformal at conversion of sub-mesh.
+
 \endcode
 
 */