Exemplo n.º 1
0
# - disc (pyTree) -
import Geom.PyTree as D
import KCore.test as test

a = D.disc((0,0,0), 1.)
test.testT(a, 1)
Exemplo n.º 2
0
# - disc (pyTree) -
import Geom.PyTree as D
import Converter.PyTree as C

a = D.disc((0, 0, 0), 1.)
b = D.disc((3, 0, 0), 1., N=20, ntype='QUAD')
C.convertPyTree2File(a + [b], 'out.cgns')