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

- بايثون
- رسومات ثلاثية الأبعاد, الأتمتة, الهندسة الميكانيكية, الروبوتات, المحاكاة
- 3D, التصنيع المضاف, التصميم بمساعدة الكمبيوتر (CAD), التصميم من أجل التصنيع الإضافي (DfAM), التوأم الرقمي, تطوير المنتجات, النماذج الأولية, النماذج الأولية السريعة, تصميم يركز على المستخدم
الميزات:
- 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
التسعير:
- مجاناً
- 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).
الأفضل لـ
- Designers, engineers, and hobbyists who want to create parametric 3D models for 3D printing or other applications using Python to generate OpenSCAD code.