Files
cad-Integration/SimpleCADAPI-master/docs/api/constrain_parallel_rsketch.md
T
2026-07-22 13:48:46 +08:00

18 lines
384 B
Markdown

# constrain_parallel_rsketch
## API Definition
```python
def constrain_parallel_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_parallel_rsketch`
## Description
Constrain two sketch lines to be parallel.