FreeCADSimulator:调试FreeCAD宏的微型Python环境

时间:2021-03-08 22:15:01
【文件属性】:
文件名称:FreeCADSimulator:调试FreeCAD宏的微型Python环境
文件大小:106KB
文件格式:ZIP
更新时间:2021-03-08 22:15:01
Python FreeCADSimulator 调试FreeCAD Python宏的微型Python环境。 将FakeFreeCad程序包含到您的代码中,它可以模拟FreeCAD操作的子集。 它将绘制设计的俯视2D视图(某种程度),但这不是重点。 它的作用是使您可以轻松地逐步执行程序,查看变量以及执行FreeCAD宏编辑器中无法执行的所有其他操作。 这是一个非常简单的FreeCAD程序的输出: from FakeFreeCad import * ### code from FreeCad starts here ### Make it into a function that can be called to make the part def makePlate(): plate = Part.makeBox(800,600,100) hole = Part.makeCylin
【文件预览】:
FreeCADSimulator-main
----DemoOutput.png(54KB)
----GadgetBox.py(7KB)
----FakeFreeCad.py(7KB)
----LICENSE(11KB)
----.gitignore(39B)
----README.md(1KB)
----FakeFreeCad.png(60KB)
----Demo.py(662B)

网友评论