Python module for parametric CAD

前端 未结 5 1921
小鲜肉
小鲜肉 2021-01-30 14:26

I am looking for a CAD module for python. This is what i\'ve found, correct me if I\'m wrong:

  • PythonCAD:
    • file types: DWG,DXF,SVG
    • oriented: click
5条回答
  •  南方客
    南方客 (楼主)
    2021-01-30 14:52

    PythonOCC is probably the most feature complete. Here are some more:

    CADDD - uses PythonOCC, has GUI in Qt.

    NURBS - Python module for working with NURBS.

    lolcad - looks very good but it was not updated for quite some time.

    And of cource, you can try to use Blender, which has build-in Python interpreter and there are plugins for architecture and precision modeling (like this)

提交回复
热议问题