Package SMESH_test


Variables

tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idb = geompy.addToStudy(box, "box")
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list face = subShapeList[0]
tuple name = geompy.SubShapeName(face, box)
tuple idf = geompy.addToStudyInFather(box, face, name)
tuple subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"])
list shell = subShellList[0]
tuple name = geompy.SubShapeName(shell, box)
tuple ids = geompy.addToStudyInFather(box, shell, name)
tuple edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"])
list edge = edgeList[0]
tuple name = geompy.SubShapeName(edge, face)
tuple ide = geompy.addToStudyInFather(face, edge, name)
tuple box = salome.IDToObject(idb)
tuple mesh = smesh.Mesh(box, "Meshbox")
tuple algo_1 = mesh.Segment(box)
int hyp = 1
tuple algo_2 = mesh.Triangle(smesh.MEFISTO, box)
int hyp = 2
tuple edge = salome.IDToObject(ide)
tuple algo_3 = mesh.Segment(edge)
int hyp = 3
tuple face = salome.IDToObject(idf)
tuple ret = mesh.Compute(face)
tuple log = mesh.GetLog(0)
int ii = 0
int ir = 0
 comType = a.commandType
list ind = a.indexes[ii]
int ii = 1
list r1 = a.coords[ir]
int ir = 1
list r2 = a.coords[ir]
int ir = 1
list r3 = a.coords[ir]
int ir = 1
list ind = a.indexes[ii]
int ii = 1
list i1 = a.indexes[ii]
int ii = 1
list i2 = a.indexes[ii]
int ii = 1
list ind = a.indexes[ii]
int ii = 1
list i1 = a.indexes[ii]
int ii = 1
list i2 = a.indexes[ii]
int ii = 1
list i3 = a.indexes[ii]
int ii = 1
tuple box = geompy.MakeBox(0., 0., 0., 100., 200., 300.)
tuple idb = geompy.addToStudy(box, "box")
tuple subShapeList = geompy.SubShapeAll(box, geompy.ShapeType["FACE"])
list face = subShapeList[0]
tuple name = geompy.SubShapeName(face, box)
tuple idf = geompy.addToStudyInFather(box, face, name)
tuple subShellList = geompy.SubShapeAll(box, geompy.ShapeType["SHELL"])
list shell = subShellList[0]
tuple name = geompy.SubShapeName(shell, box)
tuple ids = geompy.addToStudyInFather(box, shell, name)
tuple edgeList = geompy.SubShapeAll(face, geompy.ShapeType["EDGE"])
list edge = edgeList[0]
tuple name = geompy.SubShapeName(edge, face)
tuple ide = geompy.addToStudyInFather(face, edge, name)
tuple box = salome.IDToObject(idb)
tuple mesh = smesh.Mesh(box, "Meshbox")
tuple algo_1 = mesh.Segment(box)
int hyp = 1
tuple algo_2 = mesh.Triangle(smesh.MEFISTO, box)
int hyp = 2
tuple edge = salome.IDToObject(ide)
tuple algo_3 = mesh.Segment(edge)
int hyp = 3
tuple face = salome.IDToObject(idf)
tuple ret = mesh.Compute(face)
tuple log = mesh.GetLog(0)
int ii = 0
int ir = 0
 comType = a.commandType
list ind = a.indexes[ii]
int ii = 1
list r1 = a.coords[ir]
int ir = 1
list r2 = a.coords[ir]
int ir = 1
list r3 = a.coords[ir]
int ir = 1
list ind = a.indexes[ii]
int ii = 1
list i1 = a.indexes[ii]
int ii = 1
list i2 = a.indexes[ii]
int ii = 1
list ind = a.indexes[ii]
int ii = 1
list i1 = a.indexes[ii]
int ii = 1
list i2 = a.indexes[ii]
int ii = 1
list i3 = a.indexes[ii]
int ii = 1


Variable Documentation

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

tuple SMESH_test.idb = geompy.addToStudy(box, "box") [static]
 

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

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

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

tuple SMESH_test.idf = geompy.addToStudyInFather(box, face, name) [static]
 

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

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

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

tuple SMESH_test.ids = geompy.addToStudyInFather(box, shell, name) [static]
 

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

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

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

tuple SMESH_test.ide = geompy.addToStudyInFather(face, edge, name) [static]
 

tuple SMESH_test.box = salome.IDToObject(idb) [static]
 

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

tuple SMESH_test.algo_1 = mesh.Segment(box) [static]
 

int SMESH_test.hyp = 1 [static]
 

tuple SMESH_test.algo_2 = mesh.Triangle(smesh.MEFISTO, box) [static]
 

int SMESH_test.hyp = 2 [static]
 

tuple SMESH_test.edge = salome.IDToObject(ide) [static]
 

tuple SMESH_test.algo_3 = mesh.Segment(edge) [static]
 

int SMESH_test.hyp = 3 [static]
 

tuple SMESH_test.face = salome.IDToObject(idf) [static]
 

tuple SMESH_test.ret = mesh.Compute(face) [static]
 

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

int SMESH_test.ii = 0 [static]
 

int SMESH_test.ir = 0 [static]
 

SMESH_test.comType = a.commandType [static]
 

list SMESH_test.ind = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.r1 = a.coords[ir] [static]
 

int SMESH_test.ir = 1 [static]
 

list SMESH_test.r2 = a.coords[ir] [static]
 

int SMESH_test.ir = 1 [static]
 

list SMESH_test.r3 = a.coords[ir] [static]
 

int SMESH_test.ir = 1 [static]
 

list SMESH_test.ind = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i1 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i2 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.ind = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i1 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i2 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i3 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

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

tuple SMESH_test.idb = geompy.addToStudy(box, "box") [static]
 

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

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

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

tuple SMESH_test.idf = geompy.addToStudyInFather(box, face, name) [static]
 

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

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

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

tuple SMESH_test.ids = geompy.addToStudyInFather(box, shell, name) [static]
 

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

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

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

tuple SMESH_test.ide = geompy.addToStudyInFather(face, edge, name) [static]
 

tuple SMESH_test.box = salome.IDToObject(idb) [static]
 

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

tuple SMESH_test.algo_1 = mesh.Segment(box) [static]
 

int SMESH_test.hyp = 1 [static]
 

tuple SMESH_test.algo_2 = mesh.Triangle(smesh.MEFISTO, box) [static]
 

int SMESH_test.hyp = 2 [static]
 

tuple SMESH_test.edge = salome.IDToObject(ide) [static]
 

tuple SMESH_test.algo_3 = mesh.Segment(edge) [static]
 

int SMESH_test.hyp = 3 [static]
 

tuple SMESH_test.face = salome.IDToObject(idf) [static]
 

tuple SMESH_test.ret = mesh.Compute(face) [static]
 

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

int SMESH_test.ii = 0 [static]
 

int SMESH_test.ir = 0 [static]
 

SMESH_test.comType = a.commandType [static]
 

list SMESH_test.ind = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.r1 = a.coords[ir] [static]
 

int SMESH_test.ir = 1 [static]
 

list SMESH_test.r2 = a.coords[ir] [static]
 

int SMESH_test.ir = 1 [static]
 

list SMESH_test.r3 = a.coords[ir] [static]
 

int SMESH_test.ir = 1 [static]
 

list SMESH_test.ind = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i1 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i2 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.ind = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i1 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i2 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]
 

list SMESH_test.i3 = a.indexes[ii] [static]
 

int SMESH_test.ii = 1 [static]