first commit

This commit is contained in:
2026-07-22 13:48:46 +08:00
commit c87751c3dc
2820 changed files with 726976 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Material
## Class Definition
```python
class Material(material_id: str, name: Optional[str] = None, density: Optional[float] = None, density_unit: Optional[str] = None, color: Optional[Vec3] = None)
```
*Source: product.py*
## Import Surface
- top-level: `from simplecadapi import Material`
## Description
Material definition assigned to a Part through `assign_material_rpart`.