SolidPython:用于实体建模的python前端,可编译为OpenSCAD

时间:2024-05-18 06:47:37
【文件属性】:

文件名称:SolidPython:用于实体建模的python前端,可编译为OpenSCAD

文件大小:102KB

文件格式:ZIP

更新时间:2024-05-18 06:47:37

Python

SolidPython 弧线 沿路径挤出 材料清单 solid.screw_thread 实体样条 Jupyter渲染器 接触 执照 SolidPython:适用于Python的OpenSCAD SolidPython是Phillip Tiefenbacher的openscad模块的推广,该模块位于Thingiverse上。 它以最小的开销从Python代码生成有效的OpenSCAD代码。 这是一个简单的例子: 此Python代码: from solid import * d = difference ()( cube ( 10 ), sphere ( 15 ) ) print ( scad_render ( d )) 生成此OpenSCAD代码: difference (){ cube ( 10 ); sphere ( 15 ); } 这


【文件预览】:
SolidPython-master
----README.rst(13KB)
----pyproject.toml(1KB)
----tox.ini(683B)
----solid()
--------splines.py(18KB)
--------screw_thread.py(9KB)
--------utils.py(45KB)
--------test()
--------__init__.py(504B)
--------examples()
--------objects.py(32KB)
--------patch_euclid.py(2KB)
--------extrude_along_path.py(9KB)
--------mypy()
--------solidpython.py(30KB)
----.gitignore(139B)
----.circleci()
--------config.yml(2KB)
----Doc()
--------conf.py(8KB)
--------make.bat(6KB)
--------Makefile(7KB)
--------index.rst(690B)
----TODO_SolidPython.txt(4KB)

网友评论