Last updated

API / geotoolkit3d / scene / well / logarray2d / LogArray2D / LogArray2D

Namespace: LogArray2D

logarray2d.LogArray2D.LogArray2D

Table of contents

Type Aliases

Contents

Type Aliases

GeometryOptions

Ƭ GeometryOptions: Object

Type declaration

NameTypeDescription
closed?booleanIf closed is true, last projected shape coordinate will be equal first.
Default is false.
normalized?booleanIf normalized is false, projected shape coordinates will be used as is (radius of LogArray2D can be bigger or smaller, than radius parameter).
Default is true.
projectedshapexnumber[]The tube 2D shape x coordinates.
projectedshapeynumber[]The tube 2D shape y coordinates.
radius?numberRadius of tube.
Default is 100.
trajectory{ values?: number[] ; x: number[] ; y: number[] ; z: number[] }Trajectory data
trajectory.values?number[]values, that can be displayed by colorprovider
trajectory.xnumber[]x trajectory coordinates
trajectory.ynumber[]y trajectory coordinates
trajectory.znumber[]z trajectory coordinates
upvector?Vector3Up vector, it mustn't be collinear to tube direction at any point.
Default is Vector3(1, 1, 1).

GeometryOptionsOut

Ƭ GeometryOptionsOut: Required<GeometryOptions>


GeometrySetOptions

Ƭ GeometrySetOptions: Partial<GeometryOptions>


MaterialOptions

Ƭ MaterialOptions: Options & ShaderOptions


MaterialOptionsOut

Ƭ MaterialOptionsOut: OptionsBaseOut & Required<ShaderOptions>


Options

Ƭ Options: Options & GeometryOptions & MaterialOptions


ShaderOptions

Ƭ ShaderOptions: Object

Type declaration

NameTypeDescription
radius?numberRadius of tube