18 lines
326 B
Markdown
18 lines
326 B
Markdown
# add_connector_rassembly
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def add_connector_rassembly(assembly: Assembly, connector: Connector) -> Assembly
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import add_connector_rassembly`
|
|
|
|
## Description
|
|
|
|
Attach a connector datum frame to an Assembly definition.
|