Package SMESH_test4


Variables

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 mesh = smesh.Mesh(box, "Meshbox")
tuple algo1 = mesh.Segment()
tuple algo2 = mesh.Triangle(smesh.MEFISTO)
tuple algo3 = mesh.Segment(face)
tuple algo4 = mesh.Triangle(smesh.MEFISTO, face)
int submesh = 4
tuple faces = submesh.GetElementsByType(smesh.FACE)
tuple group1 = mesh.CreateEmptyGroup(smesh.FACE,"Group of faces")
tuple group2 = mesh.CreateEmptyGroup(smesh.FACE,"Another group of faces")
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 mesh = smesh.Mesh(box, "Meshbox")
tuple algo1 = mesh.Segment()
tuple algo2 = mesh.Triangle(smesh.MEFISTO)
tuple algo3 = mesh.Segment(face)
tuple algo4 = mesh.Triangle(smesh.MEFISTO, face)
int submesh = 4
tuple faces = submesh.GetElementsByType(smesh.FACE)
tuple group1 = mesh.CreateEmptyGroup(smesh.FACE,"Group of faces")
tuple group2 = mesh.CreateEmptyGroup(smesh.FACE,"Another group of faces")


Variable Documentation

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.mesh = smesh.Mesh(box, "Meshbox") [static]
 

tuple SMESH_test4.algo1 = mesh.Segment() [static]
 

tuple SMESH_test4.algo2 = mesh.Triangle(smesh.MEFISTO) [static]
 

tuple SMESH_test4.algo3 = mesh.Segment(face) [static]
 

tuple SMESH_test4.algo4 = mesh.Triangle(smesh.MEFISTO, face) [static]
 

int SMESH_test4.submesh = 4 [static]
 

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

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

tuple SMESH_test4.group2 = mesh.CreateEmptyGroup(smesh.FACE,"Another group of faces") [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.mesh = smesh.Mesh(box, "Meshbox") [static]
 

tuple SMESH_test4.algo1 = mesh.Segment() [static]
 

tuple SMESH_test4.algo2 = mesh.Triangle(smesh.MEFISTO) [static]
 

tuple SMESH_test4.algo3 = mesh.Segment(face) [static]
 

tuple SMESH_test4.algo4 = mesh.Triangle(smesh.MEFISTO, face) [static]
 

int SMESH_test4.submesh = 4 [static]
 

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

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

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