Last updated

API / geotoolkit3d / scene / well / schematic / Cone / Cone

Namespace: Cone

schematic.Cone.Cone

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Object

The options

Type declaration

NameTypeDescription
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.xnumber[]The x deviation values
data.ynumber[]The y deviation values
data.znumber[]The elevation values
height?numberHeight of the cylinder.
Default is 50
heightsegments?numberNumber of rows of faces along the height of the cylinder.
Default is 1.
openended?booleanA Boolean indicating whether the ends of the cylinder are open or capped.
Default is false.
radiusbottom?numberRadius of the cylinder at the bottom.
Default is 50.
radiussegments?numberNumber of segmented faces around the circumference of the cylinder.
Default is 28.
radiustop?numberRadius of the cylinder at the top.
Default is 0.

OptionsBase

Ƭ OptionsBase: Options & OptionsBase


OptionsBaseOut

Ƭ OptionsBaseOut: Required<Options> & OptionsBaseOut