Package SMESH_box3_tetra


Variables

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"])
tuple mesh = smesh.Mesh(shell, "MeshBox3")
int numberOfSegments = 10
tuple regular1D = mesh.Segment()
int hypNbSeg = 1
int maxElementArea = 500
tuple mefisto2D = mesh.Triangle()
int hypArea = 2
int maxElementVolume = 500
tuple netgen3D = mesh.Tetrahedron(smesh.NETGEN)
int hypVolume = 3
tuple ret = mesh.Compute()
tuple log = mesh.GetLog(0)
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"])
tuple mesh = smesh.Mesh(shell, "MeshBox3")
int numberOfSegments = 10
tuple regular1D = mesh.Segment()
int hypNbSeg = 1
int maxElementArea = 500
tuple mefisto2D = mesh.Triangle()
int hypArea = 2
int maxElementVolume = 500
tuple netgen3D = mesh.Tetrahedron(smesh.NETGEN)
int hypVolume = 3
tuple ret = mesh.Compute()
tuple log = mesh.GetLog(0)


Variable Documentation

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]
 

tuple SMESH_box3_tetra.mesh = smesh.Mesh(shell, "MeshBox3") [static]
 

int SMESH_box3_tetra.numberOfSegments = 10 [static]
 

tuple SMESH_box3_tetra.regular1D = mesh.Segment() [static]
 

int SMESH_box3_tetra.hypNbSeg = 1 [static]
 

int SMESH_box3_tetra.maxElementArea = 500 [static]
 

tuple SMESH_box3_tetra.mefisto2D = mesh.Triangle() [static]
 

int SMESH_box3_tetra.hypArea = 2 [static]
 

int SMESH_box3_tetra.maxElementVolume = 500 [static]
 

tuple SMESH_box3_tetra.netgen3D = mesh.Tetrahedron(smesh.NETGEN) [static]
 

int SMESH_box3_tetra.hypVolume = 3 [static]
 

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

tuple SMESH_box3_tetra.log = mesh.GetLog(0) [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]
 

tuple SMESH_box3_tetra.mesh = smesh.Mesh(shell, "MeshBox3") [static]
 

int SMESH_box3_tetra.numberOfSegments = 10 [static]
 

tuple SMESH_box3_tetra.regular1D = mesh.Segment() [static]
 

int SMESH_box3_tetra.hypNbSeg = 1 [static]
 

int SMESH_box3_tetra.maxElementArea = 500 [static]
 

tuple SMESH_box3_tetra.mefisto2D = mesh.Triangle() [static]
 

int SMESH_box3_tetra.hypArea = 2 [static]
 

int SMESH_box3_tetra.maxElementVolume = 500 [static]
 

tuple SMESH_box3_tetra.netgen3D = mesh.Tetrahedron(smesh.NETGEN) [static]
 

int SMESH_box3_tetra.hypVolume = 3 [static]
 

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

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