Re: [Pythonocc-users] pythonOCC in FreeCAD

2009-04-09 Thread thomas . paviot
>This might interest you, FreeCAD has now a way to use pythonOCC shapes: > > >Currently in the Part module we have the methods Part.__toPythonOCC__() and >Part.__fromPythonOCC__() to exchange the TopoDS_Shape's. This allows to use >the full power of OCC in >python (using pythonocc) and then put

[Pythonocc-users] pythonOCC in FreeCAD

2009-04-09 Thread Yorik van Havre
This might interest you, FreeCAD has now a way to use pythonOCC shapes: Currently in the Part module we have the methods Part.__toPythonOCC__() and > Part.__fromPythonOCC__() to exchange the TopoDS_Shape's. This allows to use > the full power of OCC in python (using pythonocc) and then put the res