Variables | |
| tuple | geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM") |
| tuple | box = geompy.MakeBox(0.,0.,0.,1.,1.,1.) |
| geom.GetCurrentStudy(salome.myStudy._get_StudyId()) | |
| tuple | boxId = geompy.addToStudy(box,"box") |
| tuple | box_mesh = smesh.Mesh(box, "box_mesh") |
| tuple | alg1D = box_mesh.Segment() |
| tuple | hypL1 = alg1D.LocalLength(0.25) |
| tuple | alg2D = box_mesh.Quadrangle() |
| tuple | alg3D = box_mesh.Hexahedron() |
| tuple SMESH_box.alg1D = box_mesh.Segment() |
Definition at line 59 of file SMESH_box.py.
| tuple SMESH_box.alg2D = box_mesh.Quadrangle() |
Definition at line 64 of file SMESH_box.py.
| tuple SMESH_box.alg3D = box_mesh.Hexahedron() |
Definition at line 67 of file SMESH_box.py.
| tuple SMESH_box.box = geompy.MakeBox(0.,0.,0.,1.,1.,1.) |
geom.GetCurrentStudy(salome.myStudy._get_StudyId())
Definition at line 47 of file SMESH_box.py.
| tuple SMESH_box.box_mesh = smesh.Mesh(box, "box_mesh") |
Definition at line 55 of file SMESH_box.py.
| tuple SMESH_box.boxId = geompy.addToStudy(box,"box") |
Definition at line 48 of file SMESH_box.py.
| tuple SMESH_box.geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM") |
Definition at line 41 of file SMESH_box.py.
Referenced by _PTR(), _pySegmentLengthAroundVertexHyp.Addition2Creation(), _pyLayerDistributionHypo.Addition2Creation(), SMESH_Mesh_i.CheckGeomGroupModif(), SMESH_Mesh_i.createGroup(), SMESH_Gen_i.DumpPython_impl(), SMESH_Gen_i.FindGeometryByMeshElement(), _pyMesh.Flush(), SMESH_Gen_i.GetGeometryByMeshElement(), SMESH.if(), StdMeshers_ObjRefUlils.LoadFromStream(), SMESHGUI_GroupOnShapeOp.onApply(), SMESHGUI_MakeNodeAtPointOp.onSelectionDone(), _pyMesh.Process(), _pyGen.Process(), and StdMeshers_ObjRefUlils.SaveToStream().
| tuple SMESH_box.hypL1 = alg1D.LocalLength(0.25) |
Definition at line 61 of file SMESH_box.py.