Go to the source code of this file.
Packages | |
| package | SMESH_box |
Variables | |
| tuple | SMESH_box.geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM") |
| tuple | SMESH_box.box = geompy.MakeBox(0.,0.,0.,1.,1.,1.) |
| geom.GetCurrentStudy(salome.myStudy._get_StudyId()) | |
| tuple | SMESH_box.boxId = geompy.addToStudy(box,"box") |
| tuple | SMESH_box.box_mesh = smesh.Mesh(box, "box_mesh") |
| tuple | SMESH_box.alg1D = box_mesh.Segment() |
| tuple | SMESH_box.hypL1 = alg1D.LocalLength(0.25) |
| tuple | SMESH_box.alg2D = box_mesh.Quadrangle() |
| tuple | SMESH_box.alg3D = box_mesh.Hexahedron() |