Package SMESH_box_tetra


Variables

tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox = geompy.addToStudy(box, "box")
tuple subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(box, geompy.ShapeType["EDGE"])
tuple mesh = smesh.Mesh(box, "MeshBox")
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 box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox = geompy.addToStudy(box, "box")
tuple subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(box, geompy.ShapeType["EDGE"])
tuple mesh = smesh.Mesh(box, "MeshBox")
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_box_tetra.box = geompy.MakeBox(0., 0., 0., 100., 200., 300.) [static]
 

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

tuple SMESH_box_tetra.subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box_tetra.subFaceList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box_tetra.subEdgeList = geompy.SubShapeAll(box, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_box_tetra.mesh = smesh.Mesh(box, "MeshBox") [static]
 

int SMESH_box_tetra.numberOfSegments = 10 [static]
 

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

int SMESH_box_tetra.hypNbSeg = 1 [static]
 

int SMESH_box_tetra.maxElementArea = 500 [static]
 

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

int SMESH_box_tetra.hypArea = 2 [static]
 

int SMESH_box_tetra.maxElementVolume = 500 [static]
 

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

int SMESH_box_tetra.hypVolume = 3 [static]
 

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

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

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

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

tuple SMESH_box_tetra.subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_box_tetra.subFaceList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_box_tetra.subEdgeList = geompy.SubShapeAll(box, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_box_tetra.mesh = smesh.Mesh(box, "MeshBox") [static]
 

int SMESH_box_tetra.numberOfSegments = 10 [static]
 

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

int SMESH_box_tetra.hypNbSeg = 1 [static]
 

int SMESH_box_tetra.maxElementArea = 500 [static]
 

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

int SMESH_box_tetra.hypArea = 2 [static]
 

int SMESH_box_tetra.maxElementVolume = 500 [static]
 

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

int SMESH_box_tetra.hypVolume = 3 [static]
 

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

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