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

- Python
- 3D-Grafiken, Automatisierung, Maschinenbau, Robotik, Simulation
- 3D, Additive Fertigung, Computerunterstützter Entwurf (CAD), Design für additive Fertigung (DfAM), Digitaler Zwilling, Produktentwicklung, Prototyping, Schnelles Prototyping, Benutzerzentriertes Design
Merkmale:
- 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
Preisgestaltung:
- Kostenlos
- 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).
Am besten geeignet für:
- Designers, engineers, and hobbyists who want to create parametric 3D models for 3D printing or other applications using Python to generate OpenSCAD code.