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

463 B

inspect_sketch_rsketchresult

API Definition

def inspect_sketch_rsketchresult(sketch: Sketch, *, require_fully_constrained: bool = False, strict: bool = True, tolerance: float = 1e-07, max_iterations: int = 80) -> SketchSolveResult

Source: operations.py

Import Surface

  • top-level: from simplecadapi import inspect_sketch_rsketchresult

Description

Inspect sketch constraints by running the solver without recording graph nodes.