mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
Fix misspell
This commit is contained in:
parent
d44f22428b
commit
7b9c63b06e
@ -5,9 +5,9 @@
|
|||||||
It is sometimes useful to work alternatively in the GUI of SALOME and in the Python Console. To fetch an object from the TUI simply type:
|
It is sometimes useful to work alternatively in the GUI of SALOME and in the Python Console. To fetch an object from the TUI simply type:
|
||||||
|
|
||||||
\code
|
\code
|
||||||
myMesh_ref = salome.IdToObject("ID")
|
myMesh_ref = salome.IDToObject("ID")
|
||||||
// were ID is the number that appears in the object browser in the Entry column
|
// were ID is the number that appears in the object browser in the Entry column
|
||||||
// ( If hidden show it by right clicking and checking the checknbox Entry)
|
// ( If hidden show it by right clicking and checking the checkbox Entry)
|
||||||
myMesh = smesh.Mesh(myMesh_ref)
|
myMesh = smesh.Mesh(myMesh_ref)
|
||||||
\endcode
|
\endcode
|
||||||
or
|
or
|
||||||
|
Loading…
Reference in New Issue
Block a user