Package SMESH_test4


Variables

tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox = geompy.addToStudy(box, "box")
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list face = subShapeList[0]
tuple name = geompy.SubShapeName(face, box)
tuple idface = geompy.addToStudyInFather(box, face, name)
tuple box = salome.IDToObject(idbox)
tuple face = salome.IDToObject(idface)
tuple hyp1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple hyp2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple hyp3 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple algo1 = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple algo2 = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so")
tuple mesh = smesh.CreateMesh(box)
tuple submesh = mesh.GetSubMesh(face, "SubMeshFace")
tuple faces = submesh.GetElementsByType(SMESH.FACE)
tuple group1 = mesh.CreateGroup(SMESH.FACE,"Group of faces")
tuple group2 = mesh.CreateGroup(SMESH.FACE,"Another group of faces")
tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox = geompy.addToStudy(box, "box")
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list face = subShapeList[0]
tuple name = geompy.SubShapeName(face, box)
tuple idface = geompy.addToStudyInFather(box, face, name)
tuple box = salome.IDToObject(idbox)
tuple face = salome.IDToObject(idface)
tuple hyp1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple hyp2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple hyp3 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple algo1 = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple algo2 = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so")
tuple mesh = smesh.CreateMesh(box)
tuple submesh = mesh.GetSubMesh(face, "SubMeshFace")
tuple faces = submesh.GetElementsByType(SMESH.FACE)
tuple group1 = mesh.CreateGroup(SMESH.FACE,"Group of faces")
tuple group2 = mesh.CreateGroup(SMESH.FACE,"Another group of faces")


Variable Documentation

tuple SMESH_test4.smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") [static]
 

tuple SMESH_test4.box = geompy.MakeBox(0., 0., 0., 100., 200., 300.) [static]
 

tuple SMESH_test4.idbox = geompy.addToStudy(box, "box") [static]
 

tuple SMESH_test4.subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"]) [static]
 

list SMESH_test4.face = subShapeList[0] [static]
 

tuple SMESH_test4.name = geompy.SubShapeName(face, box) [static]
 

tuple SMESH_test4.idface = geompy.addToStudyInFather(box, face, name) [static]
 

tuple SMESH_test4.box = salome.IDToObject(idbox) [static]
 

tuple SMESH_test4.face = salome.IDToObject(idface) [static]
 

tuple SMESH_test4.hyp1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.hyp2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.hyp3 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.algo1 = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.algo2 = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.mesh = smesh.CreateMesh(box) [static]
 

tuple SMESH_test4.submesh = mesh.GetSubMesh(face, "SubMeshFace") [static]
 

tuple SMESH_test4.faces = submesh.GetElementsByType(SMESH.FACE) [static]
 

tuple SMESH_test4.group1 = mesh.CreateGroup(SMESH.FACE,"Group of faces") [static]
 

tuple SMESH_test4.group2 = mesh.CreateGroup(SMESH.FACE,"Another group of faces") [static]
 

tuple SMESH_test4.smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") [static]
 

tuple SMESH_test4.box = geompy.MakeBox(0., 0., 0., 100., 200., 300.) [static]
 

tuple SMESH_test4.idbox = geompy.addToStudy(box, "box") [static]
 

tuple SMESH_test4.subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"]) [static]
 

list SMESH_test4.face = subShapeList[0] [static]
 

tuple SMESH_test4.name = geompy.SubShapeName(face, box) [static]
 

tuple SMESH_test4.idface = geompy.addToStudyInFather(box, face, name) [static]
 

tuple SMESH_test4.box = salome.IDToObject(idbox) [static]
 

tuple SMESH_test4.face = salome.IDToObject(idface) [static]
 

tuple SMESH_test4.hyp1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.hyp2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.hyp3 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.algo1 = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.algo2 = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_test4.mesh = smesh.CreateMesh(box) [static]
 

tuple SMESH_test4.submesh = mesh.GetSubMesh(face, "SubMeshFace") [static]
 

tuple SMESH_test4.faces = submesh.GetElementsByType(SMESH.FACE) [static]
 

tuple SMESH_test4.group1 = mesh.CreateGroup(SMESH.FACE,"Group of faces") [static]
 

tuple SMESH_test4.group2 = mesh.CreateGroup(SMESH.FACE,"Another group of faces") [static]