18 lines
387 B
Markdown
18 lines
387 B
Markdown
# constrain_tangent_rsketch
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def constrain_tangent_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_tangent_rsketch`
|
|
|
|
## Description
|
|
|
|
Constrain supported sketch curves to be tangent.
|