Skip to main content

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

NameTypeRequiredDefaultSource description
argsAnyno-Not explicitly described in the source docstring.
kwargsAnyno-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

MemberKindSignatureDescription
nameproperty-Stable backend identifier persisted in solve evidence.
solvemethod(self, sketch: "'Sketch'", *, options: 'SketchSolverOptions') -> "'SketchSolveResult'"Solve a backend-neutral sketch document without mutating it.
versionproperty-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

See also