[Pythonocc-users] Task on elance.com

2013-12-02 Thread Michael Klitgaard
Hi everyone, I don't know if it is bad to post here, but my employer have put a task on elance.com about converting a CAD model to a voxel. I would preferable have this done in PythonOCC if I am to support it later. https://www.elance.com/j/voxelize-cad-file-stp-igs-format/50003768/?backurl=aHR0c

Re: [Pythonocc-users] Task on elance.com

2013-12-02 Thread Michael Klitgaard
something relatively robust, document >> properly) >> should be feasible. (I am not offering it though...;) ). >> >> Regards, >> >> Marco >> >> >> >> On Mon, Dec 2, 2013 at 1:35 PM, jelle feringa wrote: >> >>> >>> Th

Re: [Pythonocc-users] Task on elance.com

2013-12-02 Thread Michael Klitgaard
; Marco > > > > > On Mon, Dec 2, 2013 at 2:30 PM, Michael Klitgaard wrote: > >> For this task, I think the blob on voxel side would be okay, but off >> course, the materials would be a nice feature. >> I have some screendumps of the model(s) I can send, if someone i

Re: [Pythonocc-users] Task on elance.com

2013-12-02 Thread Michael Klitgaard
Sorry for the out of context post, it was part of a private email. But feel free to reply, now that it is here :) Sincerely Michael On Mon, Dec 2, 2013 at 7:31 PM, Michael Klitgaard wrote: > It is difficult to see if it is the correct 'voxel'/ 3D pixel that we > need, th

Re: [Pythonocc-users] Task on elance.com

2013-12-07 Thread Michael Klitgaard
Hi Thomas, I don't see any probems in giving back the tools for this project. I'll get back to you if something generally useful develops. Sincerely Michael On Sat, Dec 7, 2013 at 7:41 AM, Thomas Paviot wrote: > 2013/12/2 Michael Klitgaard > >> Hi everyone, >>

[Pythonocc-users] Compilinig PythonOCC on CentOS

2013-12-18 Thread Michael Klitgaard
Hi, I'm trying to getting PythonOCC to compile on CentOS 6.3. I have installed smesh and OCE through packagas in rpmfusion.org, I also took freecad, as it might take in some dependencies. freecad-0.13-4.el6 freecad-doc-0.13-4.el6 smesh-5.1.2.2-8.svn55.el6 smesh-devel-5.1.2.2-8.svn55.el6 smesh-do

Re: [Pythonocc-users] Compilinig PythonOCC on CentOS

2013-12-18 Thread Michael Klitgaard
: https://github.com/tpaviot/oce License : Open CASCADE Technology Public License Description : OpenCASCADE CAE platform library development files Do you think GCC 4.4.7 will give me any problems? On Wed, Dec 18, 2013 at 10:11 AM, Thomas Paviot wrote: > 2013/12/18 Michael Kl

Re: [Pythonocc-users] Compilinig PythonOCC on CentOS

2013-12-18 Thread Michael Klitgaard
I have gotten a bit further. But I seem to have some troubles. If you can give me any advice, I will appreciate it I tried running the src/Examples/Geometry/airfoil.py which fails, I have attached the output as pyocc_debug.txt python test_all.py in src/unittest has some errors, I have attached th

Re: [Pythonocc-users] Compilinig PythonOCC on CentOS

2013-12-19 Thread Michael Klitgaard
Hi, The s/Stretch/stretch fixed the example. I still have some troubles with the test. I moved the unittest library, but it didn't help. One of the tests that give problems is: topology_building_unittest.py I tried pocking around in the test. After math is imported i tried printing the path, an

Re: [Pythonocc-users] Compilinig PythonOCC on CentOS

2013-12-19 Thread Michael Klitgaard
I don't won't to be cutting edge, but last stable is from 2011... I can try taking it from git. If you have a tag for something that is more stable, I would take that. Is the procedure to uninstall and then install pythonocc? Or do I need to start with a clean system? Sincerely Michael On Thu,

[Pythonocc-users] Becoming proficient in PythonOCC

2014-01-27 Thread Michael Klitgaard
Hi all, I have a task where I believe PyOCC is the right tool to solve it. I am learning it by reading and altering the examples, but I'm not moving fast enough. Do you know where I can find additional ressources, might there be a good course I can attend somewhere, or perhaps some one on one trai

Re: [Pythonocc-users] Becoming proficient in PythonOCC

2014-01-29 Thread Michael Klitgaard
ed trainings/elearnings ( > http://www.opencascade.org/support/training/). I guess it's the best > solution for you to become proficient with the OCCT data model/code > structure. Then the path to pythonocc will just be so easy. > > Regards, > > Thomas > > > > 2014-