18 lines
404 B
Markdown
18 lines
404 B
Markdown
# constrain_equal_radius_rsketch
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def constrain_equal_radius_rsketch(sketch: Sketch, a: Union[SketchRef, str], b: Union[SketchRef, str], *, constraint_id: Optional[str] = None) -> Sketch
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import constrain_equal_radius_rsketch`
|
|
|
|
## Description
|
|
|
|
Constrain two sketch circles to have equal radius.
|