Skip to content

@celox-sim/celox / index / TrueLoopSpec

Interface: TrueLoopSpec

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

Specifies a true-loop with a convergence iteration limit.

Extends

Properties

from

from: string

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

Inherited from

LoopBreak.from


maxIter

maxIter: number

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


to

to: string

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

Inherited from

LoopBreak.to