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

402 B

constrain_equal_length_rsketch

API Definition

def constrain_equal_length_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_length_rsketch

Description

Constrain two sketch lines to have equal length.