Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 python 编写一个程序,其中需要一些 3D 绘图功能,例如导入 OBJ 文件、在不同视图中查看 3d 对象等
我知道 Blender 和 Freecad 可以使用 python。是否可以将它们嵌入到纯 python 脚本中,这样我就可以在不打开 Blender 和 Freecad 本身的情况下编写自己的程序?正如我看到的那样:
import bpy import Blender
另外,有没有这方面的文件?