Awww, I found the problem. In 0.4 TopoDS().Wire(...) worked well, but in 0.5
'Wire' is changed to lowercase 'wire'... Is this because you are trying to
make the code more pythonic, or it's just a "bug"? Can we expect such
changes in future versions?


On Tue, May 24, 2011 at 2:56 PM, jelle feringa <[email protected]>
wrote:
>> xAxis = gp_OX()
>
> that really depends on how you import the module:
> In [1]: from OCC.gp import *
> In [2]: gp_OX()
> Out[2]: <OCC.gp.gp_Ax1; proxy of <Swig Object of type 'gp_Ax1 *' at
> 0x101fa84e0> >
>>
>> Sorry for spamming the mailing list, but I am really excited about
>> this project ;)
>
> its cool to have you onboard István
> _______________________________________________
> Pythonocc-users mailing list
> [email protected]
> https://mail.gna.org/listinfo/pythonocc-users
>
>
_______________________________________________
Pythonocc-users mailing list
[email protected]
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to