Last updated

API / geotoolkit3d / scene / well / loggrid / LogGrid2D / LogGrid2D

Namespace: LogGrid2D

loggrid.LogGrid2D.LogGrid2D

Table of contents

Type Aliases

Contents

Type Aliases

ElevationOptions

Ƭ ElevationOptions: Object

Custom depth options

Type declaration

NameTypeDescription
linestyle?TypeCustom tick line style
text?stringAdditional text to tick
textstyle?TypeCustom text text style

GetOptions

Ƭ GetOptions: Required<Options> & { grid: Required<Omit<GridOptions, "tickgenerator">> & { commonlinestyle: LineStyle | null ; commontextstyle: TextStyle | null ; edgelinestyle: LineStyle | null } }

LogGrid2D options


GridOptions

Ƭ GridOptions: Object

Type declaration

NameTypeDescription
alignment?GridAlignmentAlignment of LogGrid2D.
Default is GridAlignment.Both.
backgroundcolor?ColorRepresentation | RgbaColorColor of background
commonlinestyle?TypeDefault ticks line style
commontextstyle?TypeDefault text text style
depths?Record<number, ElevationOptions>Depth of tick + custom options (text, custom line/text style)
edgelinestyle?TypeLine style of LogGrid2D edge.
Default is LineStyle('grey', 2).
radius?numberRadius of LogGrid2D.
Default is 100.
tickgenerator?TickGeneratorTick generator to generate grid ticks

Options

Ƭ Options: Options & SetOptions & { data: { x: number[] ; y: number[] ; z: number[] } }

LogGrid2D options


SetOptions

Ƭ SetOptions: Options & { grid?: GridOptions }

LogGrid2D options