Package SMESH_reg


Variables

tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox = geompy.addToStudy(box, "box")
list idface = []
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
tuple name = geompy.SubShapeName(f, box)
list idedge = []
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["EDGE"])
tuple name = geompy.SubShapeName(f, box)
tuple smeshgui = salome.ImportComponentGUI("SMESH")
tuple box = salome.IDToObject(idbox)
list names = [ "MeshBoxReg", "MeshBoxScale", "MeshBoxTable", "MeshBoxExpr" ]
tuple mesh = smesh.Mesh(box, names[0])
tuple algo = mesh.Segment()
tuple hyp = algo.NumberOfSegments(7)
tuple algo = mesh.Triangle()
tuple mesh = smesh.Mesh(box, names[1])
tuple algo = mesh.Segment()
tuple hyp = algo.NumberOfSegments(7)
tuple algo = mesh.Triangle()
tuple mesh = smesh.Mesh(box,names[2])
tuple algo = mesh.Segment()
tuple hyp = algo.NumberOfSegments(7)
tuple algo = mesh.Triangle()
tuple mesh = smesh.Mesh(box, names[3])
tuple algo = mesh.Segment()
tuple hyp = algo.NumberOfSegments(10)
tuple algo = mesh.Triangle()
tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox = geompy.addToStudy(box, "box")
list idface = []
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
tuple name = geompy.SubShapeName(f, box)
list idedge = []
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["EDGE"])
tuple name = geompy.SubShapeName(f, box)
tuple smeshgui = salome.ImportComponentGUI("SMESH")
tuple box = salome.IDToObject(idbox)
list names = [ "MeshBoxReg", "MeshBoxScale", "MeshBoxTable", "MeshBoxExpr" ]
tuple mesh = smesh.Mesh(box, names[0])
tuple algo = mesh.Segment()
tuple hyp = algo.NumberOfSegments(7)
tuple algo = mesh.Triangle()
tuple mesh = smesh.Mesh(box, names[1])
tuple algo = mesh.Segment()
tuple hyp = algo.NumberOfSegments(7)
tuple algo = mesh.Triangle()
tuple mesh = smesh.Mesh(box,names[2])
tuple algo = mesh.Segment()
tuple hyp = algo.NumberOfSegments(7)
tuple algo = mesh.Triangle()
tuple mesh = smesh.Mesh(box, names[3])
tuple algo = mesh.Segment()
tuple hyp = algo.NumberOfSegments(10)
tuple algo = mesh.Triangle()


Variable Documentation

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

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

list SMESH_reg.idface = [] [static]
 

tuple SMESH_reg.subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_reg.name = geompy.SubShapeName(f, box) [static]
 

list SMESH_reg.idedge = [] [static]
 

tuple SMESH_reg.subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_reg.name = geompy.SubShapeName(f, box) [static]
 

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

tuple SMESH_reg.box = salome.IDToObject(idbox) [static]
 

list SMESH_reg.names = [ "MeshBoxReg", "MeshBoxScale", "MeshBoxTable", "MeshBoxExpr" ] [static]
 

tuple SMESH_reg.mesh = smesh.Mesh(box, names[0]) [static]
 

tuple SMESH_reg.algo = mesh.Segment() [static]
 

tuple SMESH_reg.hyp = algo.NumberOfSegments(7) [static]
 

tuple SMESH_reg.algo = mesh.Triangle() [static]
 

tuple SMESH_reg.mesh = smesh.Mesh(box, names[1]) [static]
 

tuple SMESH_reg.algo = mesh.Segment() [static]
 

tuple SMESH_reg.hyp = algo.NumberOfSegments(7) [static]
 

tuple SMESH_reg.algo = mesh.Triangle() [static]
 

tuple SMESH_reg.mesh = smesh.Mesh(box,names[2]) [static]
 

tuple SMESH_reg.algo = mesh.Segment() [static]
 

tuple SMESH_reg.hyp = algo.NumberOfSegments(7) [static]
 

tuple SMESH_reg.algo = mesh.Triangle() [static]
 

tuple SMESH_reg.mesh = smesh.Mesh(box, names[3]) [static]
 

tuple SMESH_reg.algo = mesh.Segment() [static]
 

tuple SMESH_reg.hyp = algo.NumberOfSegments(10) [static]
 

tuple SMESH_reg.algo = mesh.Triangle() [static]
 

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

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

list SMESH_reg.idface = [] [static]
 

tuple SMESH_reg.subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_reg.name = geompy.SubShapeName(f, box) [static]
 

list SMESH_reg.idedge = [] [static]
 

tuple SMESH_reg.subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_reg.name = geompy.SubShapeName(f, box) [static]
 

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

tuple SMESH_reg.box = salome.IDToObject(idbox) [static]
 

list SMESH_reg.names = [ "MeshBoxReg", "MeshBoxScale", "MeshBoxTable", "MeshBoxExpr" ] [static]
 

tuple SMESH_reg.mesh = smesh.Mesh(box, names[0]) [static]
 

tuple SMESH_reg.algo = mesh.Segment() [static]
 

tuple SMESH_reg.hyp = algo.NumberOfSegments(7) [static]
 

tuple SMESH_reg.algo = mesh.Triangle() [static]
 

tuple SMESH_reg.mesh = smesh.Mesh(box, names[1]) [static]
 

tuple SMESH_reg.algo = mesh.Segment() [static]
 

tuple SMESH_reg.hyp = algo.NumberOfSegments(7) [static]
 

tuple SMESH_reg.algo = mesh.Triangle() [static]
 

tuple SMESH_reg.mesh = smesh.Mesh(box,names[2]) [static]
 

tuple SMESH_reg.algo = mesh.Segment() [static]
 

tuple SMESH_reg.hyp = algo.NumberOfSegments(7) [static]
 

tuple SMESH_reg.algo = mesh.Triangle() [static]
 

tuple SMESH_reg.mesh = smesh.Mesh(box, names[3]) [static]
 

tuple SMESH_reg.algo = mesh.Segment() [static]
 

tuple SMESH_reg.hyp = algo.NumberOfSegments(10) [static]
 

tuple SMESH_reg.algo = mesh.Triangle() [static]