文件名称:pychop3d:“斩波器:将模型划分为3D可打印部分”的Python实现
文件大小:20.86MB
文件格式:ZIP
更新时间:2024-03-08 06:12:35
python python3 research-paper 3d-printing 3d-models
斩波器:将模型划分为3D可打印零件 (不是我的论文) Docker安装 对于无缝的Docker设置,提供了以及 Windows安装程序 注意:必须使用python 3.7 下载并安装Blender 2.79b 我认为您可以下载任何版本2.79或更高版本,但我知道它可以在2.79b中使用 克隆仓库 > git clone https://github.com/gregstarr/pychop3d.git 输入目录 > cd pychop3d 创建并激活环境 对于venv: > python -m venv venv > venv\Scripts\activate 对于水蟒: > conda create -n pychop3d python=3.7 > conda activate pychop3d 更新点 > python -m pip install --upgrade pip
【文件预览】:
pychop3d-develop
----.gitignore(3KB)
----Matusik_Chopper.pdf(15.95MB)
----Dockerfile(1KB)
----images()
--------shoerack4.jpg(260KB)
--------shoerack1.PNG(153KB)
--------shoerack3.PNG(210KB)
--------shoerack5.jpg(254KB)
--------process1.png(141KB)
--------process2.png(138KB)
--------table.jpg(920KB)
--------process5.jpg(303KB)
--------process3.png(143KB)
--------process4.jpg(272KB)
--------shoerack2.PNG(288KB)
----requirements.txt(196B)
----output()
--------output.txt(38B)
----.travis.yml(208B)
----CONTRIBUTING.md(580B)
----.devcontainer()
--------devcontainer.json(2KB)
----LICENSE(1KB)
----pychop3d()
--------bsp_tree.py(9KB)
--------connector.py(9KB)
--------blender_script_templates()
--------bsp_node.py(4KB)
--------process_normal.py(1KB)
--------utils.py(7KB)
--------section.py(9KB)
--------objective_functions.py(4KB)
--------configuration.py(5KB)
--------search.py(5KB)
----examples()
--------wing_preprocessor.py.template(152B)
--------Bunny-LowPoly.stl(14KB)
--------shoerack_config.yml(1KB)
--------picture_frame_back.stl(31KB)
--------shoe rack v13.stl(15KB)
--------picture_frame.yml(1KB)
--------wing.stl(2.44MB)
--------bunny_config.yml(1002B)
--------wing_config.yml(295B)
--------picture_frame_frame.stl(32KB)
----scripts()
--------web_scraper.py(5KB)
--------debug.py(754B)
----README.md(3KB)
----whl()
--------MeshPy-2018.2.1-cp37-cp37m-win_amd64.whl(374KB)
--------Rtree-0.9.4-cp37-cp37m-win_amd64.whl(272KB)
--------Shapely-1.7.1-cp37-cp37m-win_amd64.whl(586KB)
----windows_requirements.txt(431B)
----main.py(4KB)
----test()
--------test_objectives.py(4KB)
--------conftest.py(195B)
--------test_configuration.py(4KB)
--------test_connector.py(3KB)
--------test_preprocessing.py(994B)
--------test_bsp.py(6KB)
--------test_regression.py(2KB)
--------test_data()
--------test_meshes()
--------test_past_failures.py(623B)
--------past_failures()