Shapemetry API / SolveResult
Interface: SolveResult
Defined in: sketch/solver.ts:11
Result of a solve attempt.
Properties
converged
converged:
boolean
Defined in: sketch/solver.ts:13
Whether the solver converged within tolerance.
iterations
iterations:
number
Defined in: sketch/solver.ts:15
Number of iterations used.
maxResidual
maxResidual:
number
Defined in: sketch/solver.ts:17
Maximum absolute residual after solving.