Files
2026-07-22 13:48:46 +08:00

18 lines
305 B
Markdown

# assign_material_rpart
## API Definition
```python
def assign_material_rpart(part: Part, material: Material) -> Part
```
*Source: operations.py*
## Import Surface
- top-level: `from simplecadapi import assign_material_rpart`
## Description
Assign a Material to a Part and return the updated Part.