API / geotoolkit3d / scene / well / loggrid / LogGrid2D / LogGrid2D
Type Aliases
Ƭ ElevationOptions: Object
Custom depth options
| Name | Type | Description |
|---|---|---|
linestyle? | Type | Custom tick line style |
text? | string | Additional text to tick |
textstyle? | Type | Custom text text style |
Ƭ GetOptions: Required<Options> & { grid: Required<Omit<GridOptions, "tickgenerator">> & { commonlinestyle: LineStyle | null ; commontextstyle: TextStyle | null ; edgelinestyle: LineStyle | null } }
LogGrid2D options
Ƭ GridOptions: Object
| Name | Type | Description |
|---|---|---|
alignment? | GridAlignment | Alignment of LogGrid2D. Default is GridAlignment.Both. |
backgroundcolor? | ColorRepresentation | RgbaColor | Color of background |
commonlinestyle? | Type | Default ticks line style |
commontextstyle? | Type | Default text text style |
depths? | Record<number, ElevationOptions> | Depth of tick + custom options (text, custom line/text style) |
edgelinestyle? | Type | Line style of LogGrid2D edge. Default is LineStyle('grey', 2). |
radius? | number | Radius of LogGrid2D. Default is 100. |
tickgenerator? | TickGenerator | Tick generator to generate grid ticks |
Ƭ Options: Options & SetOptions & { data: { x: number[] ; y: number[] ; z: number[] } }
LogGrid2D options
Ƭ SetOptions: Options & { grid?: GridOptions }
LogGrid2D options