Re: [Pythonocc-users] Functions That Returns References

2009-10-23 Thread Frank Conradie
OK, I can get by for now. Please let me know as soon as this is working. Thanks, Frank Thomas Paviot wrote: Franck, I didnot commited yet the changes for Windows, although I checked this feature passes the new unittest framework. I'm afraid you will have to wait one more week before you can

Re: [Pythonocc-users] Functions That Returns References

2009-10-23 Thread Thomas Paviot
Franck, I didnot commited yet the changes for Windows, although I checked this feature passes the new unittest framework. I'm afraid you will have to wait one more week before you can test it. I also had a request for daily binaries from a MacOSX user. I'll then release 0.4 preview binaries for bo

Re: [Pythonocc-users] Functions That Returns References

2009-10-23 Thread Frank Conradie
Hi Jelle Currently 0.3, but I have the SVN checkout as well and will have a look at that. - Frank Jelle Feringa wrote: That's something we've recently looked into. I recall that Thomas did add some additional method such that these calls can be set with the normal Python syntax. Can you

Re: [Pythonocc-users] Functions That Returns References

2009-10-23 Thread Thomas Paviot
Hi Franck, In C++, the '=' operator can be overloaded, but not in C++. The ShapeFix_Wire.ModifyTopologyMode() method cannot be wrapped as-is in python. I had to implement a function transformator in order to handle this typical C++ behaviour. This is fixed in the rev.625 of the svn trunk: http://sv

Re: [Pythonocc-users] Functions That Returns References

2009-10-23 Thread Jelle Feringa
That's something we've recently looked into. I recall that Thomas did add some additional method such that these calls can be set with the normal Python syntax. Can you tell us which release you are running? Probably SVN has this functionality working, I'm not sure of 0.3 has it... -jelle On