Skip to content

Intermact API Reference / @intermact/core / IsolineOptions

Interface: IsolineOptions

Defined in: packages/core/src/pcg/field-objects.ts:19

Options for isoline.

Extends

Properties

nx?

readonly optional nx?: number

Defined in: packages/core/src/pcg/marching-squares.ts:15

Grid cells along x (default 48).

Inherited from

MarchingSquaresOptions.nx


ny?

readonly optional ny?: number

Defined in: packages/core/src/pcg/marching-squares.ts:17

Grid cells along y (default 48).

Inherited from

MarchingSquaresOptions.ny


style?

readonly optional style?: ObjectStyle

Defined in: packages/core/src/pcg/field-objects.ts:20

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)