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 both Windows/MacOSX as soon as I'm back in
Paris.

Cheers,

Thomas


2009/10/23 Frank Conradie <fr...@qfin.net>

>  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 tell us which release you are running?
> Probably SVN has this functionality working, I'm not sure of 0.3 has
> it...
>
> -jelle
>
> On Oct 23, 2009, at 8:27 PM, Frank Conradie wrote:
>
>
>
>  In the ShapeFix classes you often have to set flags in this manner:
>
>    sfw = new ShapeFix_Wire (oldwire, face ,tolerance);
>    sfw->ModifyTopologyMode() = Standard_True;
>
> This obviously does not work in Python:
>
>    sfw = ShapeFix_Wire (oldwire, face ,tolerance)
>    sfw.ModifyTopologyMode() = True
>
>
>
>   SyntaxError: can't assign to function call
>
>
>   How would I set the value of these "returned references"?
>
> Thanks,
> Frank
>
>
> _______________________________________________
> Pythonocc-users mailing 
> listpythonocc-us...@gna.orghttps://mail.gna.org/listinfo/pythonocc-users
>
>  _______________________________________________
> Pythonocc-users mailing 
> listpythonocc-us...@gna.orghttps://mail.gna.org/listinfo/pythonocc-users
>
>
> _______________________________________________
> Pythonocc-users mailing list
> Pythonocc-users@gna.org
> https://mail.gna.org/listinfo/pythonocc-users
>
>
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to