A Python library that generates OpenSCAD code, allowing for programmatic 3D modeling using Python syntax.
SolidPython

- Python
- Graphiques en 3D, Automation, Génie mécanique, Robotique, Simulation
- 3D, Fabrication additive, Computer Aided Design (CAD), Conception pour la fabrication additive (DfAM), Digital Twin, Développement de produits, Prototypage, Prototypage rapide, User-Centered Design
Caractéristiques :
- OpenSCAD code generation,3D primitive shapes (cube,sphere,cylinder,etc.),Boolean operations (union,difference,intersection),transformations (translate,rotate,scale,mirror),extrusions (linear,rotate),loops and conditional logic via Python,importing DXF/STL (via OpenSCAD's capabilities),custom module definition
Prix :
- Gratuit
- Enables programmatic and parametric 3D modeling using Python's more flexible syntax compared to OpenSCAD's own language, good for creating complex or customizable 3D models with code, open-source.
- Requires OpenSCAD to be installed to render and export models (SolidPython generates SCAD code), debugging can involve checking the generated SCAD code, not a direct 3D modeling library (it's a code generator).
Idéal pour :
- Designers, engineers, and hobbyists who want to create parametric 3D models for 3D printing or other applications using Python to generate OpenSCAD code.