Package SMESH_box2_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 shell = geompy.MakePartition([box1, box2])
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, "MeshBox2")
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 shell = geompy.MakePartition([box1, box2])
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, "MeshBox2")
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_box2_tetra.box1 = geompy.MakeBox(0., 0., 0., 100., 200., 300.) [static]
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tuple SMESH_box2_tetra.mesh = smesh.Mesh(shell, "MeshBox2") [static]
 

int SMESH_box2_tetra.numberOfSegments = 10 [static]
 

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

int SMESH_box2_tetra.hypNbSeg = 1 [static]
 

int SMESH_box2_tetra.maxElementArea = 500 [static]
 

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

int SMESH_box2_tetra.hypArea = 2 [static]
 

int SMESH_box2_tetra.maxElementVolume = 500 [static]
 

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

int SMESH_box2_tetra.hypVolume = 3 [static]
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tuple SMESH_box2_tetra.mesh = smesh.Mesh(shell, "MeshBox2") [static]
 

int SMESH_box2_tetra.numberOfSegments = 10 [static]
 

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

int SMESH_box2_tetra.hypNbSeg = 1 [static]
 

int SMESH_box2_tetra.maxElementArea = 500 [static]
 

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

int SMESH_box2_tetra.hypArea = 2 [static]
 

int SMESH_box2_tetra.maxElementVolume = 500 [static]
 

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

int SMESH_box2_tetra.hypVolume = 3 [static]
 

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

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