first commit

This commit is contained in:
2026-07-22 13:48:46 +08:00
commit c87751c3dc
2820 changed files with 726976 additions and 0 deletions
@@ -0,0 +1,17 @@
# constrain_symmetric_rsketch
## API Definition
```python
def constrain_symmetric_rsketch(sketch: Sketch, a: Union[SketchRef, str], b: Union[SketchRef, str], axis: Union[SketchRef, str], *, constraint_id: Optional[str] = None) -> Sketch
```
*Source: operations.py*
## Import Surface
- top-level: `from simplecadapi import constrain_symmetric_rsketch`
## Description
Constrain two sketch points to be symmetric about a line axis.