Re: [Pythonocc-users] Slicer Code Posted..

2009-05-20 Thread Jelle Feringa
> I am still in early learning mode here. I am slow, but persistant. The > more samples I study, the more I understand. Bring on more samples :) Hi Dan, Your persistency is appreciated, same here ;') The sample I mentioned is a really good starting point for you, I'm sure! -jelle

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-20 Thread Dan Falck
Hi Jelle, I am still in early learning mode here. I am slow, but persistant. The more samples I study, the more I understand. Bring on more samples :) Thanks, Dan Jelle Feringa wrote: >> I am really interested in your slicer. It looks like something that >> could be used in the pursuit of slic

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-20 Thread Jelle Feringa
> I am really interested in your slicer. It looks like something that > could be used in the pursuit of slicing up solids for use with > dimensioned drawings (cross sectional views). It looks like a very > interesting project. Hi Dan, How are you progressing with the dimensioned drawings? Recent

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-19 Thread Thomas Paviot
jelle feringa a écrit : >>> - The shapeTypeString(shapetype) function is very convenient and could >>> be added to the Topology module, >>> > > +1 > will add it when I return to Paris tomorrow. > Implemented with a dict rather than a set of if/then, something like: {TopAbs_VERTEX:'Vertex

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-19 Thread jelle feringa
>> - The shapeTypeString(shapetype) function is very convenient and could >> be added to the Topology module, +1 will add it when I return to Paris tomorrow. ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonoc

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-18 Thread Dave Cowden
Hi, Thomas thanks for your review. i've replied below. On Mon, May 18, 2009 at 9:47 AM, Thomas Paviot wrote: > Hi Dave, > > I successfully ran your OccLib script (0.2). Here are my first feelings: > > - The shapeTypeString(shapetype) function is very convenient and could > be added to the Topolo

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-18 Thread Thomas Paviot
Hi Dave, I successfully ran your OccLib script (0.2). Here are my first feelings: - The shapeTypeString(shapetype) function is very convenient and could be added to the Topology module, - The dumpTopology function is a good idea although it's a bit redundant with existing WriteToString method

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-18 Thread Dave Cowden
Thanks Thomas. I'd appreciate the feedback. I think you'll be underwhelmed-- it doesnt really do anything more than your slicers do. It does produce a kind of cool svg file, but the files' not particularly impressive either. On Mon, May 18, 2009 at 12:59 AM, Thomas Paviot wrote: > Hi Dave, > >

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-17 Thread Thomas Paviot
Hi Dave, Such a good news that you achieved your slice application. Thanks for sharing your cade, I'll test it in a few hours! Thomas Cowdens a écrit : > Hello, everyone: > > I have finally finished a halfway decent implementation of my slicer, > and posted it on the wiki here: > > http://

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-17 Thread Cowdens
t: Re: [Pythonocc-users] Slicer Code Posted.. Hi Dave, How do you use this code? The reason that I ask is that I tried it this way and got errors: d...@dan-desktop:~/CAM/pythonOCC/samples$ python OccSlicer.py cube.stp Traceback (most recent call last): File "OccSlicer.py", line 5, in i

Re: [Pythonocc-users] Slicer Code Posted..

2009-05-17 Thread Dan Falck
Hi Dave, How do you use this code? The reason that I ask is that I tried it this way and got errors: d...@dan-desktop:~/CAM/pythonOCC/samples$ python OccSlicer.py cube.stp Traceback (most recent call last): File "OccSlicer.py", line 5, in import wxDisplay ImportError: No module named wxD

[Pythonocc-users] Slicer Code Posted..

2009-05-16 Thread Cowdens
Hello, everyone: I have finally finished a halfway decent implementation of my slicer, and posted it on the wiki here: http://www.pythonocc.org/wiki/index.php/DavesSlicerProject Thank you to Jelle and Thomas for their help. This script will accept a STEP or STL file, and slice it into layer