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 shape_mesh = salome.IDToObject( idcomp )
tuple mesh = smesh.Mesh(shape_mesh, "MeshCompShell")
int numberOfSegments = 5
tuple regular1D = mesh.Segment()
int hypNbSeg = 1
tuple quad2D = mesh.Quadrangle()
tuple hexa3D = mesh.Hexahedron()
tuple ret = mesh.Compute()
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 shape_mesh = salome.IDToObject( idcomp )
tuple mesh = smesh.Mesh(shape_mesh, "MeshCompShell")
int numberOfSegments = 5
tuple regular1D = mesh.Segment()
int hypNbSeg = 1
tuple quad2D = mesh.Quadrangle()
tuple hexa3D = mesh.Hexahedron()
tuple ret = mesh.Compute()
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.shape_mesh = salome.IDToObject( idcomp ) [static]
 

tuple SMESH_fixation_hexa.mesh = smesh.Mesh(shape_mesh, "MeshCompShell") [static]
 

int SMESH_fixation_hexa.numberOfSegments = 5 [static]
 

tuple SMESH_fixation_hexa.regular1D = mesh.Segment() [static]
 

int SMESH_fixation_hexa.hypNbSeg = 1 [static]
 

tuple SMESH_fixation_hexa.quad2D = mesh.Quadrangle() [static]
 

tuple SMESH_fixation_hexa.hexa3D = mesh.Hexahedron() [static]
 

tuple SMESH_fixation_hexa.ret = mesh.Compute() [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.shape_mesh = salome.IDToObject( idcomp ) [static]
 

tuple SMESH_fixation_hexa.mesh = smesh.Mesh(shape_mesh, "MeshCompShell") [static]
 

int SMESH_fixation_hexa.numberOfSegments = 5 [static]
 

tuple SMESH_fixation_hexa.regular1D = mesh.Segment() [static]
 

int SMESH_fixation_hexa.hypNbSeg = 1 [static]
 

tuple SMESH_fixation_hexa.quad2D = mesh.Quadrangle() [static]
 

tuple SMESH_fixation_hexa.hexa3D = mesh.Hexahedron() [static]
 

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

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