API / geotoolkit3d / scene / well / schematic / Cone / Cone
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 |
height? | number | Height of the cylinder. Default is 50 |
heightsegments? | number | Number of rows of faces along the height of the cylinder. Default is 1. |
openended? | boolean | A Boolean indicating whether the ends of the cylinder are open or capped. Default is false. |
radiusbottom? | number | Radius of the cylinder at the bottom. Default is 50. |
radiussegments? | number | Number of segmented faces around the circumference of the cylinder. Default is 28. |
radiustop? | number | Radius of the cylinder at the top. Default is 0. |
Ƭ OptionsBase: Options & OptionsBase
Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut