Jelle Feringa a écrit :
>> Your Topology.py script is not buggy!
>>     
>
> Feww....
> What arrogance to think that topology is handled by this module.
> Still, it works:
>
> for f in facelist:
>      dumpTopology(f);
>
> ->
>
> from OCC.Utils.Topology import Topo
>
> for f in Topo(box).faces():
>      dumpTopology(f)
>   

Much more elegant solution actually. It's a better fix than mine.

Thomas


_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to