Hi Franck,

You're absolutely right. I missed the Standard_Boolean & taking/returning a
C++ referenced parameter, thanks for pointing this out. It's so silly I only
discover that issue now, it's exactly the same work I already did to fix the
Standard_Integer & issue. I just have to copy/paste the 'Standard_integer &'
related code and replace it with 'Standard_Boolean &'. I should have been
more careful, this could have been included in the latest 0.4 release :-( I
also recently fixed a few issues related to the SMESH wrapper. Maybe a
bugfix release will be necessary.

Best Regards,

Thomas

2010/2/11 Frank Conradie <fr...@qfin.net>

> Hi guys
>
> Good job on the 0.4 release, and I see that you've now "special-case
> wrapped" some methods that return references to integer flags, e.g.
> "ShapeFix_Wire::FixReorderMode" now has a getter and setter.
>
> However, there are also lots of boolean flags that work in a similar
> manner, and have not been wrapped in this way, e.g.
> "ShapeFix_Wire::ModifyTopologyMode". We really need to be able to set
> these flags, so I am hoping you can add the same getters and setters for
> these as well.
>
> Thanks!
> Frank Conradie
> Qfinsoft
>
> _______________________________________________
> 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