Last updated

API / geotoolkit3d / scene / well / TubeGeometry / TubeGeometry

Namespace: TubeGeometry

well.TubeGeometry.TubeGeometry

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

Type declaration

NameTypeDescription
heightsnumber[] | numberRadiuses of the ellipsis North-South axis (For first ellipsis)
rollsnumber[] | numberRolling angles in radians
valuesnumber[]A value attribute used for coloring the trajectory (see options.colorprovider)
widthsnumber[] | numberRadiuses of the ellipsis for the East-West axis (For first ellipsis)
xnumber[]The x deviation values
ynumber[]The y deviation values
znumber[]The elevation values

Options

Ƭ Options: Object

The options

Type declaration

NameTypeDescription
data{ heights?: number[] | number ; rolls?: number[] | number ; values?: number[] ; widths?: number[] | number ; x: number[] ; y: number[] ; z: number[] }The data options
data.heights?number[] | numberRadiuses of the ellipsis North-South axis (For first ellipsis)
data.rolls?number[] | numberRolling angles in radians
data.values?number[]A value attribute used for coloring the trajectory (see options.colorprovider)
data.widths?number[] | numberRadiuses of the ellipsis for the East-West axis (For first ellipsis)
data.xnumber[]The x deviation values
data.ynumber[]The y deviation values
data.znumber[]The elevation values
generatedepths?booleanFlag to generate depths attribute for ranges colormaps, use only with WellColorRangeMaterial See WellColorRangeMaterial
openended?booleanFalse if the tube should have a cap at both ends
radiusmax?numberThe maximum radius, this is used as a size factor applied to the ellipses
radiusmin?numberThe minimum radius, this is used as a size factor applied to the ellipses
size?numbertube size factor
tubeprecision?numberThe ellipsis shape is approximated using triangles. This factor is used to define how many triangles will be used for the approximation.
usefrenet?booleancalculate tube using Frenet Frames

OptionsBase

Ƭ OptionsBase: Object

The options

Type declaration

NameTypeDescription
data?Partial<Data>The data options
generatedepths?booleanFlag to generate depths attribute for ranges colormaps, use only with WellColorRangeMaterial See WellColorRangeMaterial
openended?booleanFalse if the tube should have a cap at both ends
radiusmax?numberThe maximum radius, this is used as a size factor applied to the ellipses
radiusmin?numberThe minimum radius, this is used as a size factor applied to the ellipses
size?numbertube size factor
tubeprecision?numberThe ellipsis shape is approximated using triangles. This defines how many segments will be used for the approximation.
usefrenet?booleancalculate tube using Frenet Frames

OptionsBaseOut

Ƭ OptionsBaseOut: Merge<Required<OptionsBase>, { data: Data }>