Go to the source code of this file.
Packages | |
| package | ex30_tepal |
Variables | |
| string | ex30_tepal.results = "/tmp/ZZ" |
| int | ex30_tepal.radius = 50 |
| int | ex30_tepal.height = 200 |
| tuple | ex30_tepal.base = geompy.MakeVertex(0, 0, 0) |
| tuple | ex30_tepal.direction = geompy.MakeVectorDXDYDZ(0, 0, 1) |
| tuple | ex30_tepal.cylinder = geompy.MakeCylinder(base, direction, radius, height) |
| tuple | ex30_tepal.m = smesh.Mesh(cylinder) |
| tuple | ex30_tepal.algo2d = m.Triangle(smesh.BLSURF) |
| tuple | ex30_tepal.algo3d = m.Tetrahedron(smesh.GHS3DPRL) |
| tuple | ex30_tepal.status = m.Compute() |