Last updated

API / geotoolkit3d / scene / well / schematic / Sphere / Sphere

Namespace: Sphere

schematic.Sphere.Sphere

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

The options

Type declaration

NameTypeDescription
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?numberThe number of vertical segments. Minimum value is 2.
Default is 14.
philength?numberThe specify horizontal sweep angle size.
Default is PI * 2.
phistart?numberThe specify horizontal starting angle.
Default is 0.
radius?numberThe sphere radius
Default is 50.
thetalength?numberThe specify vertical sweep angle size.
Default is PI.
thetastart?numberThe specify vertical starting angle.
Default is 0.
widthsegments?numberThe number of horizontal segments. Minimum value is 3.
Default is 28.

OptionsBase

Ƭ OptionsBase: Options & OptionsBase


OptionsBaseOut

Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut