API / geotoolkit3d / scene / well / schematic / Cube / Cube
Type Aliases
Type Aliases
Ƭ Options: Object
The options
| Name | Type | Description |
|---|---|---|
data | { x: number[] ; y: number[] ; z: number[] } | 2 points required, the first one is the localisation and the second provide the direction to tend to. |
data.x | number[] | The x deviation values |
data.y | number[] | The y deviation values |
data.z | number[] | The elevation values |
width? | number | Size of the cube in model space. Default is 50. |
widthsegments? | number | Number of segmented faces along the width of the sides. Default is 1. |
Ƭ OptionsBase: Options & OptionsBase
Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut