API / geotoolkit3d / scene / well / schematic / Sphere / Sphere
Type Aliases
Type Aliases
Ƭ Options: Object
The options
| Name | Type | Description |
|---|---|---|
data | { x: number[] ; y: number[] ; z: number[] } | { x: number ; y: number ; z: number } | 2 points required; the first one is the localisation and the second provide the direction to tend to. |
heightsegments? | number | The number of vertical segments. Minimum value is 2. Default is 14. |
philength? | number | The specify horizontal sweep angle size. Default is PI * 2. |
phistart? | number | The specify horizontal starting angle. Default is 0. |
radius? | number | The sphere radius Default is 50. |
thetalength? | number | The specify vertical sweep angle size. Default is PI. |
thetastart? | number | The specify vertical starting angle. Default is 0. |
widthsegments? | number | The number of horizontal segments. Minimum value is 3. Default is 28. |
Ƭ OptionsBase: Options & OptionsBase
Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut