Variables | |
| string | results = "/tmp/ZZ" |
| int | radius = 50 |
| int | height = 200 |
| tuple | base = geompy.MakeVertex(0, 0, 0) |
| tuple | direction = geompy.MakeVectorDXDYDZ(0, 0, 1) |
| tuple | cylinder = geompy.MakeCylinder(base, direction, radius, height) |
| tuple | m = smesh.Mesh(cylinder) |
| tuple | algo2d = m.Triangle(smesh.BLSURF) |
| tuple | algo3d = m.Tetrahedron(smesh.GHS3DPRL) |
| tuple | status = m.Compute() |
| tuple ex30_tepal.algo2d = m.Triangle(smesh.BLSURF) |
Definition at line 56 of file ex30_tepal.py.
| tuple ex30_tepal.algo3d = m.Tetrahedron(smesh.GHS3DPRL) |
Definition at line 66 of file ex30_tepal.py.
| tuple ex30_tepal.base = geompy.MakeVertex(0, 0, 0) |
Definition at line 39 of file ex30_tepal.py.
| tuple ex30_tepal.cylinder = geompy.MakeCylinder(base, direction, radius, height) |
Definition at line 42 of file ex30_tepal.py.
| tuple ex30_tepal.direction = geompy.MakeVectorDXDYDZ(0, 0, 1) |
Definition at line 40 of file ex30_tepal.py.
| int ex30_tepal.height = 200 |
Definition at line 34 of file ex30_tepal.py.
| tuple ex30_tepal.m = smesh.Mesh(cylinder) |
Definition at line 51 of file ex30_tepal.py.
Referenced by SMESHGUI_SelectionOp.actor(), SMESHGUI_BoundingBox.compute(), SMESHGUI_MinDistance.compute(), SMESH_MeshEditor_i.DoubleNodeGroups(), SMESH_MeshEditor.DoubleNodesOnGroupBoundaries(), StdMeshers_MEFISTO_2D.LoadPoints(), SMESH_MeshEditor_i.MakeBoundaryElements(), SMESHGUI_FilterTable.SetEditable(), and StdMeshers_MEFISTO_2D.StoreResult().
| int ex30_tepal.radius = 50 |
Definition at line 33 of file ex30_tepal.py.
| string ex30_tepal.results = "/tmp/ZZ" |
Definition at line 31 of file ex30_tepal.py.
| tuple ex30_tepal.status = m.Compute() |
Definition at line 77 of file ex30_tepal.py.
Referenced by SMESH_Mesh_i.addHypothesis(), SMESH_Mesh_i.AddHypothesis(), SMDS_Mesh.CheckMemory(), checkMissing(), SMESH_Mesh_i.ImportMEDFile(), SMESH_Mesh.MEDToMesh(), SMESH_Mesh_i.removeHypothesis(), and SMESH_Mesh_i.RemoveHypothesis().