Package SMESH_reg


Variables

tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
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 hypLen1 = smesh.CreateHypothesis("LocalLength", "libStdMeshersEngine.so")
tuple idlength = salome.ObjectToID(hypLen1)
list hypNbSeg = []
tuple hypNbSeg1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple idseg1 = salome.ObjectToID(hypNbSeg1)
tuple hypNbSeg2 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple idseg2 = salome.ObjectToID(hypNbSeg2)
tuple hypNbSeg3 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple idseg3 = salome.ObjectToID(hypNbSeg3)
tuple hypNbSeg4 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple idseg4 = salome.ObjectToID(hypNbSeg4)
tuple hypArea1 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple idarea1 = salome.ObjectToID(hypArea1)
tuple hypArea2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so")
tuple idarea2 = salome.ObjectToID(hypArea2)
tuple algoReg = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple listHyp = algoReg.GetCompatibleHypothesis()
tuple idreg = salome.ObjectToID(algoReg)
tuple algoMef = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so")
tuple listHyp = algoMef.GetCompatibleHypothesis()
tuple idmef = salome.ObjectToID(algoMef)
tuple box = salome.IDToObject(idbox)
list names = [ "MeshBoxReg", "MeshBoxScale", "MeshBoxTable", "MeshBoxExpr" ]
int j = 0
tuple mesh = smesh.CreateMesh(box)
tuple idmesh = salome.ObjectToID(mesh)
int j = 1


Variable Documentation

tuple SMESH_reg.smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") [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.hypLen1 = smesh.CreateHypothesis("LocalLength", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.idlength = salome.ObjectToID(hypLen1) [static]
 

list SMESH_reg.hypNbSeg = [] [static]
 

tuple SMESH_reg.hypNbSeg1 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.idseg1 = salome.ObjectToID(hypNbSeg1) [static]
 

tuple SMESH_reg.hypNbSeg2 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.idseg2 = salome.ObjectToID(hypNbSeg2) [static]
 

tuple SMESH_reg.hypNbSeg3 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.idseg3 = salome.ObjectToID(hypNbSeg3) [static]
 

tuple SMESH_reg.hypNbSeg4 = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.idseg4 = salome.ObjectToID(hypNbSeg4) [static]
 

tuple SMESH_reg.hypArea1 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.idarea1 = salome.ObjectToID(hypArea1) [static]
 

tuple SMESH_reg.hypArea2 = smesh.CreateHypothesis("MaxElementArea", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.idarea2 = salome.ObjectToID(hypArea2) [static]
 

tuple SMESH_reg.algoReg = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.listHyp = algoReg.GetCompatibleHypothesis() [static]
 

tuple SMESH_reg.idreg = salome.ObjectToID(algoReg) [static]
 

tuple SMESH_reg.algoMef = smesh.CreateHypothesis("MEFISTO_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_reg.listHyp = algoMef.GetCompatibleHypothesis() [static]
 

tuple SMESH_reg.idmef = salome.ObjectToID(algoMef) [static]
 

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

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

int SMESH_reg.j = 0 [static]
 

tuple SMESH_reg.mesh = smesh.CreateMesh(box) [static]
 

tuple SMESH_reg.idmesh = salome.ObjectToID(mesh) [static]
 

int SMESH_reg.j = 1 [static]