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 ) |
| ---------------------------- SMESH -------------------------------------- | |
| tuple | mesh = smesh.Mesh(shape_mesh, "MeshCompShell") |
| int | numberOfSegments = 5 |
| tuple | regular1D = mesh.Segment() |
| tuple | hypNbSeg = regular1D.NumberOfSegments(numberOfSegments) |
| tuple | quad2D = mesh.Quadrangle() |
| tuple | hexa3D = mesh.Hexahedron() |
| tuple | ret = mesh.Compute() |
| tuple | log = mesh.GetLog(0) |
Definition at line 31 of file SMESH_fixation_hexa.py.
| SMESH_fixation_hexa.geompy = SMESH_fixation.geompy |
Definition at line 33 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.hexa3D = mesh.Hexahedron() |
Definition at line 78 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.hypNbSeg = regular1D.NumberOfSegments(numberOfSegments) |
Definition at line 65 of file SMESH_fixation_hexa.py.
Definition at line 32 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.log = mesh.GetLog(0) |
Definition at line 88 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.mesh = smesh.Mesh(shape_mesh, "MeshCompShell") |
Definition at line 54 of file SMESH_fixation_hexa.py.
Definition at line 61 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.quad2D = mesh.Quadrangle() |
Definition at line 73 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.regular1D = mesh.Segment() |
Definition at line 63 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.ret = mesh.Compute() |
Definition at line 85 of file SMESH_fixation_hexa.py.
| SMESH_fixation_hexa.salome = SMESH_fixation.salome |
Definition at line 34 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.shape_mesh = salome.IDToObject( idcomp ) |
---------------------------- SMESH --------------------------------------
Definition at line 52 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.status = geompy.CheckShape(compshell) |
Definition at line 45 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"]) |
Definition at line 39 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"]) |
Definition at line 38 of file SMESH_fixation_hexa.py.
| tuple SMESH_fixation_hexa.subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"]) |
Definition at line 37 of file SMESH_fixation_hexa.py.