18 lines
328 B
Markdown
18 lines
328 B
Markdown
# ground_component_rassembly
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def ground_component_rassembly(assembly: Assembly, component_id: str) -> Assembly
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import ground_component_rassembly`
|
|
|
|
## Description
|
|
|
|
Ground a component at its current authored placement.
|