Re: CAD Application

2019-05-08 Thread Britto .
What about PythonOCC, Pandas3D, FreeCAD etc.? Regards Britto On Tue, 7 May 2019 at 00:18, Christian Gollwitzer wrote: > Am 06.05.19 um 07:23 schrieb Britto .: > > What are the frameworks available for developing a CAD application with > > Python? > > For 3D visualization

Re: CAD Application

2019-05-06 Thread Brian Oney via Python-list
FreeCAD is written in Python. It has a python interpreter. -- https://mail.python.org/mailman/listinfo/python-list

Re: CAD Application

2019-05-06 Thread Christian Gollwitzer
Am 06.05.19 um 07:23 schrieb Britto .: What are the frameworks available for developing a CAD application with Python? For 3D visualization VTK is your best bet. It can efficiently handle large data sets. Christian -- https://mail.python.org/mailman/listinfo/python-list

Re: CAD Application

2019-05-06 Thread Gary Herron
On 5/5/19 10:23 PM, britt...@gmail.com wrote: Hello All, What are the frameworks available for developing a CAD application with Python? Regards Britto Well, there's PythonCadhttps://sourceforge.net/projects/pythoncad/ It seems to have stopped development about 5 years ago, but

CAD Application

2019-05-06 Thread Britto .
Hello All, What are the frameworks available for developing a CAD application with Python? Regards Britto -- https://mail.python.org/mailman/listinfo/python-list