Files
2026-07-22 13:48:46 +08:00

368 B

SketchConstraintDiagnostic

Class Definition

class SketchConstraintDiagnostic(constraint_id: Optional[str], severity: str, code: str, message: str, residual: Optional[float] = None)

Source: sketch.py

Import Surface

  • top-level: from simplecadapi import SketchConstraintDiagnostic

Description

Diagnostic emitted by the sketch solver.