Hi,

The layer above python was matching the best with our goals, in fact, I see two 
main parts in our project:
- the "IDE part" providing an optimized syntax for CAD and an efficient 
graphical visualization (by updating only components being modified in the 
script since last refresh)
- the high level API written in pure python. This API should be used both in 
python project and pycado projects.
For now, the API contains the following primitives (can have several 
"constructors"):
coord_sys (coordinate system), point, line, circle, vector, surface, solid, 
group (a group can join any primitive)

Julien.

----- Message d'origine ----
De : Dave Cowden <dave.cow...@gmail.com>
À : pythonOCC users mailing list. <pythonocc-users@gna.org>
Envoyé le : Mer 22 décembre 2010, 19h 35min 20s
Objet : Re: [Pythonocc-users] Re : Anyone seen this? (Dave Cowden)

Hi,

I am not a fan of pre-processors and scripts that are not pure python.
I think that such an architecture is unnecessary in a dynamic
language like python or javascript.  Is it not possible to accomplish
the abstractions without pre-proccessing or another layer of syntax
above python?


      

_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to