Version: 6.3.1
Packages | Variables

src/SMESH_SWIG/ex30_tepal.py File Reference

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()
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS