Go to the source code of this file.
Packages | |
| package | SMESH_fixation_hexa |
Variables | |
| SMESH_fixation_hexa.compshell = SMESH_fixation.compshell | |
| SMESH_fixation_hexa.idcomp = SMESH_fixation.idcomp | |
| SMESH_fixation_hexa.geompy = SMESH_fixation.geompy | |
| SMESH_fixation_hexa.salome = SMESH_fixation.salome | |
| tuple | SMESH_fixation_hexa.subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"]) |
| tuple | SMESH_fixation_hexa.subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"]) |
| tuple | SMESH_fixation_hexa.subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"]) |
| tuple | SMESH_fixation_hexa.status = geompy.CheckShape(compshell) |
| tuple | SMESH_fixation_hexa.shape_mesh = salome.IDToObject( idcomp ) |
| ---------------------------- SMESH -------------------------------------- | |
| tuple | SMESH_fixation_hexa.mesh = smesh.Mesh(shape_mesh, "MeshCompShell") |
| int | SMESH_fixation_hexa.numberOfSegments = 5 |
| tuple | SMESH_fixation_hexa.regular1D = mesh.Segment() |
| tuple | SMESH_fixation_hexa.hypNbSeg = regular1D.NumberOfSegments(numberOfSegments) |
| tuple | SMESH_fixation_hexa.quad2D = mesh.Quadrangle() |
| tuple | SMESH_fixation_hexa.hexa3D = mesh.Hexahedron() |
| tuple | SMESH_fixation_hexa.ret = mesh.Compute() |
| tuple | SMESH_fixation_hexa.log = mesh.GetLog(0) |