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 | mesh = smesh.Mesh(compshell, "MeshcompShel") |
| ---------------------------- SMESH -------------------------------------- | |
| tuple | netgen = mesh.Tetrahedron(smesh.FULL_NETGEN) |
| tuple | ret = mesh.Compute() |
Definition at line 31 of file SMESH_fixation_netgen.py.
| SMESH_fixation_netgen.geompy = SMESH_fixation.geompy |
Definition at line 33 of file SMESH_fixation_netgen.py.
Definition at line 32 of file SMESH_fixation_netgen.py.
| tuple SMESH_fixation_netgen.mesh = smesh.Mesh(compshell, "MeshcompShel") |
---------------------------- SMESH --------------------------------------
Definition at line 53 of file SMESH_fixation_netgen.py.
| tuple SMESH_fixation_netgen.netgen = mesh.Tetrahedron(smesh.FULL_NETGEN) |
Definition at line 54 of file SMESH_fixation_netgen.py.
| tuple SMESH_fixation_netgen.ret = mesh.Compute() |
Definition at line 63 of file SMESH_fixation_netgen.py.
| SMESH_fixation_netgen.salome = SMESH_fixation.salome |
Definition at line 34 of file SMESH_fixation_netgen.py.
| tuple SMESH_fixation_netgen.status = geompy.CheckShape(compshell) |
Definition at line 45 of file SMESH_fixation_netgen.py.
| tuple SMESH_fixation_netgen.subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"]) |
Definition at line 39 of file SMESH_fixation_netgen.py.
| tuple SMESH_fixation_netgen.subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"]) |
Definition at line 38 of file SMESH_fixation_netgen.py.
| tuple SMESH_fixation_netgen.subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"]) |
Definition at line 37 of file SMESH_fixation_netgen.py.