Interface: Contour3DOptions
Defined in: plot3d/contour3d.ts:8
Properties
color?
ts
optional color?: string | Color;Defined in: plot3d/contour3d.ts:19
Single line color; if omitted, levels are colored by a colormap.
colormap?
ts
optional colormap?: ColormapSpec;Defined in: plot3d/contour3d.ts:20
cols
ts
cols: number;Defined in: plot3d/contour3d.ts:11
extentX?
ts
optional extentX?: Range;Defined in: plot3d/contour3d.ts:14
World footprint. Defaults to unit indices.
extentZ?
ts
optional extentZ?: Range;Defined in: plot3d/contour3d.ts:15
levels?
ts
optional levels?: number | number[];Defined in: plot3d/contour3d.ts:17
Iso levels: an explicit list, or a count of evenly-spaced levels. Default 10.
name?
ts
optional name?: string;Defined in: plot3d/contour3d.ts:21
renderType?
ts
optional renderType?: RenderType;Defined in: plot3d/contour3d.ts:23
Buffer-usage hint; set "dynamic" when streaming via setData. Default "static".
rows
ts
rows: number;Defined in: plot3d/contour3d.ts:12
values
ts
values: ArrayLike<number>;Defined in: plot3d/contour3d.ts:10
Row-major height grid, length cols * rows.