SketchSolverBackend
Kind: Class
Domain: Sketch
Canonical import: from cadflow import SketchSolverBackend
Signature
class SketchSolverBackend(*args, **kwargs)
Description
Boundary implemented by a sketch constraint solver backend.
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
args | Any | no | - | Not explicitly described in the source docstring. |
kwargs | Any | no | - | Not explicitly described in the source docstring. |
Returns
Type: Any
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Public members
| Member | Kind | Signature | Description |
|---|---|---|---|
name | property | - | Stable backend identifier persisted in solve evidence. |
solve | method | (self, sketch: "'Sketch'", *, options: 'SketchSolverOptions') -> "'SketchSolveResult'" | Solve a backend-neutral sketch document without mutating it. |
version | property | - | Backend implementation/package version. |
Behavior and constraints
- The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.
Import check
from cadflow import SketchSolverBackend