Python package for making geometric shapes obj file and for 3d plotting and 3d obj file
pythree (aka pythreemaker) is a Python package for generating simple 3D geometric meshes and exporting them as Wavefront .obj files.
Links
- Create basic 3D geometric shapes (triangle-mesh style)
- Export models as
.objfiles for Blender / MeshLab / other viewers - Lightweight and script-friendly
pip install pythreegit clone https://github.com/rootjatin/pythree.git
cd pythree
pip install -e .
import pythree
print(dir(pythree))
help(pythree)