Package SMESH_test1_AndDisplay


Variables

tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox = geompy.addToStudy(box, "box")
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list face = subShapeList[0]
tuple name = geompy.SubShapeName(face, box)
tuple idface = geompy.addToStudyInFather(box, face, name)
tuple subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"])
list shell = subShellList[0]
tuple name = geompy.SubShapeName(shell, box)
tuple idshell = geompy.addToStudyInFather(box, shell, name)
tuple edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"])
list edge = edgeList[0]
tuple name = geompy.SubShapeName(edge, face)
tuple idedge = geompy.addToStudyInFather(face, edge, name)
tuple mesh = smesh.Mesh(box, "Meshbox")
tuple algoReg1 = mesh.Segment()
int hypNbSeg1 = 1
tuple algoMef1 = mesh.Triangle()
int hypArea1 = 1
tuple edge = salome.IDToObject(idedge)
tuple algoReg2 = mesh.Segment(edge)
int hypLen1 = 2
tuple face = salome.IDToObject(idface)
tuple algoMef2 = mesh.Triangle(face)
int hypArea2 = 2
tuple sg = salome.ImportComponentGUI('SMESH')
tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idbox = geompy.addToStudy(box, "box")
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list face = subShapeList[0]
tuple name = geompy.SubShapeName(face, box)
tuple idface = geompy.addToStudyInFather(box, face, name)
tuple subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"])
list shell = subShellList[0]
tuple name = geompy.SubShapeName(shell, box)
tuple idshell = geompy.addToStudyInFather(box, shell, name)
tuple edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"])
list edge = edgeList[0]
tuple name = geompy.SubShapeName(edge, face)
tuple idedge = geompy.addToStudyInFather(face, edge, name)
tuple mesh = smesh.Mesh(box, "Meshbox")
tuple algoReg1 = mesh.Segment()
int hypNbSeg1 = 1
tuple algoMef1 = mesh.Triangle()
int hypArea1 = 1
tuple edge = salome.IDToObject(idedge)
tuple algoReg2 = mesh.Segment(edge)
int hypLen1 = 2
tuple face = salome.IDToObject(idface)
tuple algoMef2 = mesh.Triangle(face)
int hypArea2 = 2
tuple sg = salome.ImportComponentGUI('SMESH')


Variable Documentation

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

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

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

list SMESH_test1_AndDisplay.face = subShapeList[0] [static]
 

tuple SMESH_test1_AndDisplay.name = geompy.SubShapeName(face, box) [static]
 

tuple SMESH_test1_AndDisplay.idface = geompy.addToStudyInFather(box, face, name) [static]
 

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

list SMESH_test1_AndDisplay.shell = subShellList[0] [static]
 

tuple SMESH_test1_AndDisplay.name = geompy.SubShapeName(shell, box) [static]
 

tuple SMESH_test1_AndDisplay.idshell = geompy.addToStudyInFather(box, shell, name) [static]
 

tuple SMESH_test1_AndDisplay.edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"]) [static]
 

list SMESH_test1_AndDisplay.edge = edgeList[0] [static]
 

tuple SMESH_test1_AndDisplay.name = geompy.SubShapeName(edge, face) [static]
 

tuple SMESH_test1_AndDisplay.idedge = geompy.addToStudyInFather(face, edge, name) [static]
 

tuple SMESH_test1_AndDisplay.mesh = smesh.Mesh(box, "Meshbox") [static]
 

tuple SMESH_test1_AndDisplay.algoReg1 = mesh.Segment() [static]
 

int SMESH_test1_AndDisplay.hypNbSeg1 = 1 [static]
 

tuple SMESH_test1_AndDisplay.algoMef1 = mesh.Triangle() [static]
 

int SMESH_test1_AndDisplay.hypArea1 = 1 [static]
 

tuple SMESH_test1_AndDisplay.edge = salome.IDToObject(idedge) [static]
 

tuple SMESH_test1_AndDisplay.algoReg2 = mesh.Segment(edge) [static]
 

int SMESH_test1_AndDisplay.hypLen1 = 2 [static]
 

tuple SMESH_test1_AndDisplay.face = salome.IDToObject(idface) [static]
 

tuple SMESH_test1_AndDisplay.algoMef2 = mesh.Triangle(face) [static]
 

int SMESH_test1_AndDisplay.hypArea2 = 2 [static]
 

tuple SMESH_test1_AndDisplay.sg = salome.ImportComponentGUI('SMESH') [static]
 

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

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

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

list SMESH_test1_AndDisplay.face = subShapeList[0] [static]
 

tuple SMESH_test1_AndDisplay.name = geompy.SubShapeName(face, box) [static]
 

tuple SMESH_test1_AndDisplay.idface = geompy.addToStudyInFather(box, face, name) [static]
 

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

list SMESH_test1_AndDisplay.shell = subShellList[0] [static]
 

tuple SMESH_test1_AndDisplay.name = geompy.SubShapeName(shell, box) [static]
 

tuple SMESH_test1_AndDisplay.idshell = geompy.addToStudyInFather(box, shell, name) [static]
 

tuple SMESH_test1_AndDisplay.edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"]) [static]
 

list SMESH_test1_AndDisplay.edge = edgeList[0] [static]
 

tuple SMESH_test1_AndDisplay.name = geompy.SubShapeName(edge, face) [static]
 

tuple SMESH_test1_AndDisplay.idedge = geompy.addToStudyInFather(face, edge, name) [static]
 

tuple SMESH_test1_AndDisplay.mesh = smesh.Mesh(box, "Meshbox") [static]
 

tuple SMESH_test1_AndDisplay.algoReg1 = mesh.Segment() [static]
 

int SMESH_test1_AndDisplay.hypNbSeg1 = 1 [static]
 

tuple SMESH_test1_AndDisplay.algoMef1 = mesh.Triangle() [static]
 

int SMESH_test1_AndDisplay.hypArea1 = 1 [static]
 

tuple SMESH_test1_AndDisplay.edge = salome.IDToObject(idedge) [static]
 

tuple SMESH_test1_AndDisplay.algoReg2 = mesh.Segment(edge) [static]
 

int SMESH_test1_AndDisplay.hypLen1 = 2 [static]
 

tuple SMESH_test1_AndDisplay.face = salome.IDToObject(idface) [static]
 

tuple SMESH_test1_AndDisplay.algoMef2 = mesh.Triangle(face) [static]
 

int SMESH_test1_AndDisplay.hypArea2 = 2 [static]
 

tuple SMESH_test1_AndDisplay.sg = salome.ImportComponentGUI('SMESH') [static]