Files
cadSet/SimpleCADAPI/docs/api/constrain_tangent_rsketch.md
T
2026-07-22 19:38:36 +08:00

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.