405 B
405 B
constrain_collinear_rsketch
API Definition
def constrain_collinear_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_collinear_rsketch
Description
Constrain two sketch lines to lie on the same infinite line.