API / geotoolkit3d / scene / well / logarray2d / LogArray2D / LogArray2D
logarray2d.LogArray2D.LogArray2D
Type Aliases
Type Aliases
Ƭ GeometryOptions: Object
| Name | Type | Description |
|---|---|---|
closed? | boolean | If closed is true, last projected shape coordinate will be equal first. Default is false. |
normalized? | boolean | If 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. |
projectedshapex | number[] | The tube 2D shape x coordinates. |
projectedshapey | number[] | The tube 2D shape y coordinates. |
radius? | number | Radius 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.x | number[] | x trajectory coordinates |
trajectory.y | number[] | y trajectory coordinates |
trajectory.z | number[] | z trajectory coordinates |
upvector? | Vector3 | Up vector, it mustn't be collinear to tube direction at any point. Default is Vector3(1, 1, 1). |
Ƭ GeometryOptionsOut: Required<GeometryOptions>
Ƭ GeometrySetOptions: Partial<GeometryOptions>
Ƭ MaterialOptions: Options & ShaderOptions
Ƭ MaterialOptionsOut: OptionsBaseOut & Required<ShaderOptions>
Ƭ Options: Options & GeometryOptions & MaterialOptions
Ƭ ShaderOptions: Object
| Name | Type | Description |
|---|---|---|
radius? | number | Radius of tube |