> Pythonocc might be the thing I've been looking for for a long time.

Now that is the proper way to introduce yourself to a mailing list ;')

> Let me give you a simple example of what I'm after.
> Lets say my company sells simple metal rings with 3 parameters: OD  
> (outside dia), ID (inside dia) and thickness. If I have a web  
> application (written in Django) and a form with those three params,  
> is it possible to use submitted form, generate model on the server,  
> make it a STEP file and email it to the user. Visualization (GUI) is  
> not required. Then user(customer) could take that file and use it in  
> their SolidWorks, Inventor etc. project as a part.

Great idea. Check out the the XML_RPC examples in the samples/Level2  
folder.
After that, you might be interested ( though possible overkill, since  
generating a simple part will be very fast any way ) in the PAF  
samples, the parametric framework introduced in pythonOCC.

You could be almost there...

Best,

-jelle

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

Reply via email to