Re: [Pythonocc-users] Another Linux target achieved

2009-04-01 Thread M. Nawijn
Hi all, Referring to the topic "Another Linux target achieved", I would like to let you know that I successfully compiled OCC/PythonOCC including the visualization(!) on 64 Fedora 9. I will put some remarks on the WIKI shortly. Further I will invest some time in checking how to build a binary dist

[Pythonocc-users] Linux wiki page

2009-04-01 Thread Arthur Magill
Hi All, I've started trying to write some Linux instructions on the wiki: http://www.pythonocc.org/wiki/index.php/Install_Linux This is a bit of a 'brain dump' so far, but it gives a starting point. I think the biggest hurdle for using pythonOCC under Linux is still installing OpenCASCADE it

Re: [Pythonocc-users] Linux wiki page

2009-04-01 Thread Bryan Bishop
On Wed, Apr 1, 2009 at 8:49 AM, Arthur Magill wrote: > I've started trying to write some Linux instructions on the wiki: > >   http://www.pythonocc.org/wiki/index.php/Install_Linux Fantastic. I'll try to find some time to test/confirm/edit. In the mean time, here's my previous experience with pyt

Re: [Pythonocc-users] Linux wiki page

2009-04-01 Thread Jelle Feringa
Thanks so much Arthur, that's a huge step forward! Much appreciated, -jelle ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users

[Pythonocc-users] GeomPlate example

2009-04-01 Thread Jelle Feringa
Hi, Here's a quick rewrite of a GeomPlate constraining example. Cheers, -jelle from OCC.gp import * from OCC.BRepBuilderAPI import * from OCC.GeomPlate import * from OCC.Utils.Topology import WireExplorer from OCC.BRepAdaptor import * from OCC.BRepFill import * p1,p2,p3,p4,p5 = gp_Pnt (0

Re: [Pythonocc-users] missing files on debian

2009-04-01 Thread Thomas Paviot
ben lipkowitz a écrit : > > in order to get scons to build i had to remove some includes that > aren't packaged in debian. i guess they are just unit tests? > > sed -i 's/#include//' > SWIG_src_modular_linux_darwin/BRep_headers.i > sed -i 's/#include//' > SWIG_src_modular_linux_darwin/BRep* > se