Version: 6.3.1
Variables

Package ex30_tepal

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()

Variable Documentation

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.

Definition at line 34 of file ex30_tepal.py.

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()
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