Go to the source code of this file.
Packages | |
| package | SMESH_fixation_netgen |
Variables | |
| SMESH_fixation_netgen.compshell = SMESH_fixation.compshell | |
| SMESH_fixation_netgen.idcomp = SMESH_fixation.idcomp | |
| SMESH_fixation_netgen.geompy = SMESH_fixation.geompy | |
| SMESH_fixation_netgen.salome = SMESH_fixation.salome | |
| tuple | SMESH_fixation_netgen.subShellList = geompy.SubShapeAll(compshell, geompy.ShapeType["SHELL"]) |
| tuple | SMESH_fixation_netgen.subFaceList = geompy.SubShapeAll(compshell, geompy.ShapeType["FACE"]) |
| tuple | SMESH_fixation_netgen.subEdgeList = geompy.SubShapeAll(compshell, geompy.ShapeType["EDGE"]) |
| tuple | SMESH_fixation_netgen.status = geompy.CheckShape(compshell) |
| tuple | SMESH_fixation_netgen.mesh = smesh.Mesh(compshell, "MeshcompShel") |
| ---------------------------- SMESH -------------------------------------- | |
| tuple | SMESH_fixation_netgen.netgen = mesh.Tetrahedron(smesh.FULL_NETGEN) |
| tuple | SMESH_fixation_netgen.ret = mesh.Compute() |