Package SMESH_box3_tetra


Variables

tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
tuple smeshgui = salome.ImportComponentGUI("SMESH")
tuple box1 = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox1 = geompy.addToStudy(box1, "box1")
tuple subShellList = geompy.SubShapeAll(box1, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(box1, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(box1, geompy.ShapeType["EDGE"])
tuple box2 = geompy.MakeBox(100., 0., 0., 200., 200., 300.)
tuple idbox2 = geompy.addToStudy(box2, "box2")
tuple subShellList = geompy.SubShapeAll(box2, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(box2, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(box2, geompy.ShapeType["EDGE"])
tuple box3 = geompy.MakeBox(0., 0., 300., 200., 200., 500.)
tuple idbox3 = geompy.addToStudy(box3, "box3")
tuple subShellList = geompy.SubShapeAll(box3, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(box3, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(box3, geompy.ShapeType["EDGE"])
tuple shell = geompy.MakePartition([box1, box2, box3])
tuple idshell = geompy.addToStudy(shell,"shell")
tuple subShellList = geompy.SubShapeAll(shell, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(shell, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(shell, geompy.ShapeType["EDGE"])
int numberOfSegments = 10
tuple hypNbSeg = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
int maxElementArea = 500
tuple hypArea = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
int maxElementVolume = 500
tuple hypVolume = smesh.CreateHypothesis("MaxElementVolume", "libStdMeshersEngine.so")
tuple regular1D = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple mefisto2D = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so")
tuple netgen3D = smesh.CreateHypothesis("NETGEN_3D", "libNETGENEngine.so")
tuple mesh = smesh.CreateMesh(shell)
tuple ret = smesh.Compute(mesh,shell)
tuple log = mesh.GetLog(0)
tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
tuple smeshgui = salome.ImportComponentGUI("SMESH")
tuple box1 = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox1 = geompy.addToStudy(box1, "box1")
tuple subShellList = geompy.SubShapeAll(box1, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(box1, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(box1, geompy.ShapeType["EDGE"])
tuple box2 = geompy.MakeBox(100., 0., 0., 200., 200., 300.)
tuple idbox2 = geompy.addToStudy(box2, "box2")
tuple subShellList = geompy.SubShapeAll(box2, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(box2, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(box2, geompy.ShapeType["EDGE"])
tuple box3 = geompy.MakeBox(0., 0., 300., 200., 200., 500.)
tuple idbox3 = geompy.addToStudy(box3, "box3")
tuple subShellList = geompy.SubShapeAll(box3, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(box3, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(box3, geompy.ShapeType["EDGE"])
tuple shell = geompy.MakePartition([box1, box2, box3])
tuple idshell = geompy.addToStudy(shell,"shell")
tuple subShellList = geompy.SubShapeAll(shell, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(shell, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(shell, geompy.ShapeType["EDGE"])
int numberOfSegments = 10
tuple hypNbSeg = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
int maxElementArea = 500
tuple hypArea = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
int maxElementVolume = 500
tuple hypVolume = smesh.CreateHypothesis("MaxElementVolume", "libStdMeshersEngine.so")
tuple regular1D = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple mefisto2D = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so")
tuple netgen3D = smesh.CreateHypothesis("NETGEN_3D", "libNETGENEngine.so")
tuple mesh = smesh.CreateMesh(shell)
tuple ret = smesh.Compute(mesh,shell)
tuple log = mesh.GetLog(0)


Variable Documentation

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

tuple SMESH_box3_tetra.smeshgui = salome.ImportComponentGUI("SMESH") [static]
 

tuple SMESH_box3_tetra.box1 = geompy.MakeBox(0., 0., 0., 100., 200., 300.) [static]
 

tuple SMESH_box3_tetra.idbox1 = geompy.addToStudy(box1, "box1") [static]
 

tuple SMESH_box3_tetra.subShellList = geompy.SubShapeAll(box1, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box3_tetra.subFaceList = geompy.SubShapeAll(box1, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box3_tetra.subEdgeList = geompy.SubShapeAll(box1, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_box3_tetra.box2 = geompy.MakeBox(100., 0., 0., 200., 200., 300.) [static]
 

tuple SMESH_box3_tetra.idbox2 = geompy.addToStudy(box2, "box2") [static]
 

tuple SMESH_box3_tetra.subShellList = geompy.SubShapeAll(box2, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box3_tetra.subFaceList = geompy.SubShapeAll(box2, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box3_tetra.subEdgeList = geompy.SubShapeAll(box2, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_box3_tetra.box3 = geompy.MakeBox(0., 0., 300., 200., 200., 500.) [static]
 

tuple SMESH_box3_tetra.idbox3 = geompy.addToStudy(box3, "box3") [static]
 

tuple SMESH_box3_tetra.subShellList = geompy.SubShapeAll(box3, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box3_tetra.subFaceList = geompy.SubShapeAll(box3, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box3_tetra.subEdgeList = geompy.SubShapeAll(box3, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_box3_tetra.shell = geompy.MakePartition([box1, box2, box3]) [static]
 

tuple SMESH_box3_tetra.idshell = geompy.addToStudy(shell,"shell") [static]
 

tuple SMESH_box3_tetra.subShellList = geompy.SubShapeAll(shell, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box3_tetra.subFaceList = geompy.SubShapeAll(shell, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box3_tetra.subEdgeList = geompy.SubShapeAll(shell, geompy.ShapeType["EDGE"]) [static]
 

int SMESH_box3_tetra.numberOfSegments = 10 [static]
 

tuple SMESH_box3_tetra.hypNbSeg = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

int SMESH_box3_tetra.maxElementArea = 500 [static]
 

tuple SMESH_box3_tetra.hypArea = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

int SMESH_box3_tetra.maxElementVolume = 500 [static]
 

tuple SMESH_box3_tetra.hypVolume = smesh.CreateHypothesis("MaxElementVolume", "libStdMeshersEngine.so") [static]
 

tuple SMESH_box3_tetra.regular1D = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_box3_tetra.mefisto2D = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_box3_tetra.netgen3D = smesh.CreateHypothesis("NETGEN_3D", "libNETGENEngine.so") [static]
 

tuple SMESH_box3_tetra.mesh = smesh.CreateMesh(shell) [static]
 

tuple SMESH_box3_tetra.ret = smesh.Compute(mesh,shell) [static]
 

tuple SMESH_box3_tetra.log = mesh.GetLog(0) [static]
 

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

tuple SMESH_box3_tetra.smeshgui = salome.ImportComponentGUI("SMESH") [static]
 

tuple SMESH_box3_tetra.box1 = geompy.MakeBox(0., 0., 0., 100., 200., 300.) [static]
 

tuple SMESH_box3_tetra.idbox1 = geompy.addToStudy(box1, "box1") [static]
 

tuple SMESH_box3_tetra.subShellList = geompy.SubShapeAll(box1, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box3_tetra.subFaceList = geompy.SubShapeAll(box1, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box3_tetra.subEdgeList = geompy.SubShapeAll(box1, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_box3_tetra.box2 = geompy.MakeBox(100., 0., 0., 200., 200., 300.) [static]
 

tuple SMESH_box3_tetra.idbox2 = geompy.addToStudy(box2, "box2") [static]
 

tuple SMESH_box3_tetra.subShellList = geompy.SubShapeAll(box2, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box3_tetra.subFaceList = geompy.SubShapeAll(box2, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box3_tetra.subEdgeList = geompy.SubShapeAll(box2, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_box3_tetra.box3 = geompy.MakeBox(0., 0., 300., 200., 200., 500.) [static]
 

tuple SMESH_box3_tetra.idbox3 = geompy.addToStudy(box3, "box3") [static]
 

tuple SMESH_box3_tetra.subShellList = geompy.SubShapeAll(box3, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box3_tetra.subFaceList = geompy.SubShapeAll(box3, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box3_tetra.subEdgeList = geompy.SubShapeAll(box3, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_box3_tetra.shell = geompy.MakePartition([box1, box2, box3]) [static]
 

tuple SMESH_box3_tetra.idshell = geompy.addToStudy(shell,"shell") [static]
 

tuple SMESH_box3_tetra.subShellList = geompy.SubShapeAll(shell, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box3_tetra.subFaceList = geompy.SubShapeAll(shell, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box3_tetra.subEdgeList = geompy.SubShapeAll(shell, geompy.ShapeType["EDGE"]) [static]
 

int SMESH_box3_tetra.numberOfSegments = 10 [static]
 

tuple SMESH_box3_tetra.hypNbSeg = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

int SMESH_box3_tetra.maxElementArea = 500 [static]
 

tuple SMESH_box3_tetra.hypArea = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

int SMESH_box3_tetra.maxElementVolume = 500 [static]
 

tuple SMESH_box3_tetra.hypVolume = smesh.CreateHypothesis("MaxElementVolume", "libStdMeshersEngine.so") [static]
 

tuple SMESH_box3_tetra.regular1D = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_box3_tetra.mefisto2D = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_box3_tetra.netgen3D = smesh.CreateHypothesis("NETGEN_3D", "libNETGENEngine.so") [static]
 

tuple SMESH_box3_tetra.mesh = smesh.CreateMesh(shell) [static]
 

tuple SMESH_box3_tetra.ret = smesh.Compute(mesh,shell) [static]
 

tuple SMESH_box3_tetra.log = mesh.GetLog(0) [static]