Package SMESH_fixation_hexa


Variables

 compshell = SMESH_fixation.compshell
 idcomp = SMESH_fixation.idcomp
 geompy = SMESH_fixation.geompy
 salome = SMESH_fixation.salome
tuple subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"])
tuple status = geompy.CheckShape(compshell)
tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
tuple smeshgui = salome.ImportComponentGUI("SMESH")
int numberOfSegments = 5
tuple hypNbSeg = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple regular1D = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple quad2D = smesh.CreateHypothesis("Quadrangle_2D", "libStdMeshersEngine.so")
tuple hexa3D = smesh.CreateHypothesis("Hexa_3D", "libStdMeshersEngine.so")
tuple shape_mesh = salome.IDToObject( idcomp )
tuple mesh = smesh.CreateMesh(shape_mesh)
tuple ret = smesh.Compute(mesh, shape_mesh)
tuple log = mesh.GetLog(0)
 compshell = SMESH_fixation.compshell
 idcomp = SMESH_fixation.idcomp
 geompy = SMESH_fixation.geompy
 salome = SMESH_fixation.salome
tuple subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"])
tuple subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"])
tuple subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"])
tuple status = geompy.CheckShape(compshell)
tuple smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH")
tuple smeshgui = salome.ImportComponentGUI("SMESH")
int numberOfSegments = 5
tuple hypNbSeg = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so")
tuple regular1D = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so")
tuple quad2D = smesh.CreateHypothesis("Quadrangle_2D", "libStdMeshersEngine.so")
tuple hexa3D = smesh.CreateHypothesis("Hexa_3D", "libStdMeshersEngine.so")
tuple shape_mesh = salome.IDToObject( idcomp )
tuple mesh = smesh.CreateMesh(shape_mesh)
tuple ret = smesh.Compute(mesh, shape_mesh)
tuple log = mesh.GetLog(0)


Variable Documentation

SMESH_fixation_hexa.compshell = SMESH_fixation.compshell [static]
 

SMESH_fixation_hexa.idcomp = SMESH_fixation.idcomp [static]
 

SMESH_fixation_hexa.geompy = SMESH_fixation.geompy [static]
 

SMESH_fixation_hexa.salome = SMESH_fixation.salome [static]
 

tuple SMESH_fixation_hexa.subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_fixation_hexa.subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_fixation_hexa.subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_fixation_hexa.status = geompy.CheckShape(compshell) [static]
 

tuple SMESH_fixation_hexa.smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") [static]
 

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

int SMESH_fixation_hexa.numberOfSegments = 5 [static]
 

tuple SMESH_fixation_hexa.hypNbSeg = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_fixation_hexa.regular1D = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_fixation_hexa.quad2D = smesh.CreateHypothesis("Quadrangle_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_fixation_hexa.hexa3D = smesh.CreateHypothesis("Hexa_3D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_fixation_hexa.shape_mesh = salome.IDToObject( idcomp ) [static]
 

tuple SMESH_fixation_hexa.mesh = smesh.CreateMesh(shape_mesh) [static]
 

tuple SMESH_fixation_hexa.ret = smesh.Compute(mesh, shape_mesh) [static]
 

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

SMESH_fixation_hexa.compshell = SMESH_fixation.compshell [static]
 

SMESH_fixation_hexa.idcomp = SMESH_fixation.idcomp [static]
 

SMESH_fixation_hexa.geompy = SMESH_fixation.geompy [static]
 

SMESH_fixation_hexa.salome = SMESH_fixation.salome [static]
 

tuple SMESH_fixation_hexa.subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"]) [static]
 

tuple SMESH_fixation_hexa.subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"]) [static]
 

tuple SMESH_fixation_hexa.subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"]) [static]
 

tuple SMESH_fixation_hexa.status = geompy.CheckShape(compshell) [static]
 

tuple SMESH_fixation_hexa.smesh = salome.lcc.FindOrLoadComponent("FactoryServer", "SMESH") [static]
 

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

int SMESH_fixation_hexa.numberOfSegments = 5 [static]
 

tuple SMESH_fixation_hexa.hypNbSeg = smesh.CreateHypothesis("NumberOfSegments", "libStdMeshersEngine.so") [static]
 

tuple SMESH_fixation_hexa.regular1D = smesh.CreateHypothesis("Regular_1D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_fixation_hexa.quad2D = smesh.CreateHypothesis("Quadrangle_2D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_fixation_hexa.hexa3D = smesh.CreateHypothesis("Hexa_3D", "libStdMeshersEngine.so") [static]
 

tuple SMESH_fixation_hexa.shape_mesh = salome.IDToObject( idcomp ) [static]
 

tuple SMESH_fixation_hexa.mesh = smesh.CreateMesh(shape_mesh) [static]
 

tuple SMESH_fixation_hexa.ret = smesh.Compute(mesh, shape_mesh) [static]
 

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