18 lines
305 B
Markdown
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.
|