Re: [Pythonocc-users] Memory management issues objects disappear...

2010-02-16 Thread Dave Cowden
Yes I will see of I can isolate it and upload a sample. After I posted I tried using topods-listofshape to hold the objects, and I got different (but still wrong) behavior. In that case I noticed that when the path is first created, I have a compound of wires, but then later the wires are gone an

Re: [Pythonocc-users] Memory management issues objects disappear...

2010-02-15 Thread Thomas Paviot
2010/2/16 Dave Cowden > Ok, so after some debugging I have cornered my issue, I think. I believe > that i've got some variation of the scoping issue happening compound wires > that were valid and then stored in a python list later disappear. > > As i loop through building toolpaths, i basically d

[Pythonocc-users] Memory management issues objects disappear...

2010-02-15 Thread Dave Cowden
Ok, so after some debugging I have cornered my issue, I think. I believe that i've got some variation of the scoping issue happening compound wires that were valid and then stored in a python list later disappear. As i loop through building toolpaths, i basically do a pattern that looks like this