mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +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):
|
||||
\code
|
||||
import smesh, SMESH, SALOMEDS
|
||||
smesh.SetCurrentStudy(theStudy)
|
||||
smesh.SetCurrentStudy(salome.myStudy)
|
||||
\endcode
|
||||
\n the new mode:
|
||||
\code
|
||||
@ -98,7 +98,7 @@ is replaced by:
|
||||
from salome.StdMeshers import StdMeshersBuilder
|
||||
from salome.NETGENPlugin import NETGENPluginBuilder
|
||||
from salome.BLSURFPlugin import BLSURFPluginBuilder
|
||||
from salomeGHS3DPlugin .import GHS3DPluginBuilder
|
||||
from salome.GHS3DPlugin import GHS3DPluginBuilder
|
||||
from salome.HexoticPLUGIN import HexoticPLUGINBuilder
|
||||
\endcode
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user