mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
- edit documentation
This commit is contained in:
parent
38b7a09f60
commit
a08c213e66
@ -25,7 +25,7 @@ salome.salome_init()
|
|||||||
\n the old mode (from dump):
|
\n the old mode (from dump):
|
||||||
\code
|
\code
|
||||||
import smesh, SMESH, SALOMEDS
|
import smesh, SMESH, SALOMEDS
|
||||||
smesh.SetCurrentStudy(theStudy)
|
smesh.SetCurrentStudy(salome.myStudy)
|
||||||
\endcode
|
\endcode
|
||||||
\n the new mode:
|
\n the new mode:
|
||||||
\code
|
\code
|
||||||
@ -98,7 +98,7 @@ is replaced by:
|
|||||||
from salome.StdMeshers import StdMeshersBuilder
|
from salome.StdMeshers import StdMeshersBuilder
|
||||||
from salome.NETGENPlugin import NETGENPluginBuilder
|
from salome.NETGENPlugin import NETGENPluginBuilder
|
||||||
from salome.BLSURFPlugin import BLSURFPluginBuilder
|
from salome.BLSURFPlugin import BLSURFPluginBuilder
|
||||||
from salomeGHS3DPlugin .import GHS3DPluginBuilder
|
from salome.GHS3DPlugin import GHS3DPluginBuilder
|
||||||
from salome.HexoticPLUGIN import HexoticPLUGINBuilder
|
from salome.HexoticPLUGIN import HexoticPLUGINBuilder
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user