Skip to content

@celox-sim/celox / index / TrueLoopSpec

Interface: TrueLoopSpec

Defined in: packages/celox/src/types.ts:326

Specifies a true-loop with a convergence iteration limit.

Extends

Properties

from

from: string

Defined in: packages/celox/src/types.ts:321

Inherited from

LoopBreak.from


maxIter

maxIter: number

Defined in: packages/celox/src/types.ts:327


to

to: string

Defined in: packages/celox/src/types.ts:322

Inherited from

LoopBreak.to