API / geotoolkit3d / scene / well / schematic / Cylinder / Cylinder
Type Aliases
Type Aliases
Ƭ Options: Object
The options
| Name | Type | Description |
|---|---|---|
data | { x: number[] ; y: number[] ; z: number[] } | 2 points minimum required; if 2 points are provided the first one is the localisation and the second provide the direction to tend to. If more than 2 points are provided then the points are actual trajectory points around which a tube will be created. |
data.x | number[] | The x deviation values |
data.y | number[] | The y deviation values |
data.z | number[] | The elevation values |
depth? | number | The length of the cylinder in modelspace (used if there is only 2 points in the given path) |
fillstyle? | Type | The cylinder fill style |
radius? | number | The radius of the cylinder in modelspace |
tubeprecision? | number | The tube approximation precision |
width? | number | - |
Ƭ OptionsBase: Options & OptionsBase
Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut