Last updated

API / geotoolkit3d / scene / well / DynamicTube / DynamicTube

Namespace: DynamicTube

well.DynamicTube.DynamicTube

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

data object

Type declaration

NameTypeDescription
heightsnumber[]heights attribute for the vertexes
rollsnumber[]roll value for the vertexes
valuesnumber[]values for the vertexes
widthsnumber[]width attribute for the vertexes
xsnumber[]X coordinates
ysnumber[]Y coordinates
zsnumber[]Z coordinates

GeometryOptionsBase

Ƭ GeometryOptionsBase: Object

The options

Type declaration

NameTypeDescription
axismax?numberThe maximum radius value this corresponds to the value that will be mapped to radiusmax
axismin?numberThe minimum radius value this corresponds to the value that will be mapped to radiusmin
bufferresizefactor?numberthe amount to grow GPU buffers when points overflow
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
tubeprecision?numberThe ellipsis shape is approximated using triangles. This defines how many segments will be used for the approximation.

Options

Ƭ Options: Options & OptionsBase & GeometryOptionsBase & { startbuffersize?: number }

The options


OptionsBase

Ƭ OptionsBase: Options & Options

The options


OptionsBaseOut

Ƭ OptionsBaseOut: Required<Options & GeometryOptionsBase> & OptionsBaseOut