X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Fconstructing_meshes.htm;h=d460c302f464e4a8658b49ddde3a67a8936f8645;hp=ca895c64011386dedf875c9e645ce89a82007e7f;hb=c46bd4f9bb602f9863c817bcd622b1b70d5af1e9;hpb=fb9855e03392245915501d956c8907b5a1511d07 diff --git a/doc/salome/gui/SMESH/constructing_meshes.htm b/doc/salome/gui/SMESH/constructing_meshes.htm index ca895c640..d460c302f 100755 --- a/doc/salome/gui/SMESH/constructing_meshes.htm +++ b/doc/salome/gui/SMESH/constructing_meshes.htm @@ -89,8 +89,14 @@ if (window.writeIntopicBar)

Creating Meshes

+

At first see Example of 3d mesh generation, using smesh package. +

Other examples of python scripts will be also updated soon to use smesh package instead of direct usage of idl interface. +

Construction of a Mesh

+

Attention! This script was written using old approach, based on direct usage of SMESH idl interface. To be updated for version 3.2.1 to use smesh package. +
  +

import salome

import geompy

@@ -417,6 +423,9 @@ if (window.writeIntopicBar)

Editing of a mesh

+

Attention! This script was written using old approach, based on direct usage of SMESH idl interface. To be updated for version 3.2.1 to use smesh package. +
  +

 

import @@ -548,6 +557,9 @@ if (window.writeIntopicBar)

Export of a Mesh

+

Attention! This script was written using old approach, based on direct usage of SMESH idl interface. To be updated for version 3.2.1 to use smesh package. +
  +

 

import