Last updated

API / geotoolkit3d / scene / seismic / Slice / Slice

Namespace: Slice

seismic.Slice.Slice

Table of contents

Type Aliases

Contents

Type Aliases

CommonOptions

Ƭ CommonOptions: Object

The base options related to this file.

Type declaration

NameTypeDescription
height?numberThe slice height (in samples), by default computes the size of the selected section
maxlodnumberDeprecated since 4.1, lod is temporarily unavailable but will be back soon, with a different API. the highest level of resolution to log2(maxTextureSize). The default maximum texture size is gl_max_texture_size / 2
minlodnumberDeprecated since 4.1, lod is temporarily unavailable but will be back soon, with a different API. the lowest level of resolution equals to log2(minTextureSize). The default minimum texture is 512
points?Vector3[]Array of points for definition of plane
slicelocation?LocationThe slice location in I, J or Z. Must be defined with at least one of its sub-parameters in constructor options.
width?numberThe slice width (in traces), by default computes the size of the selected section
xstart?numberThe slice first trace number
ystart?numberThe slice first sample number

Location

Ƭ Location: Object

Represent the position of the slice along the i,j,k axes. One of the axes must be defined when creating the Slice.

Type declaration

NameTypeDescription
i?numberThe inline number of the section
j?numberThe xline number of the section
z?numberThe sample index of the horizontal slice

Options

Ƭ Options: OptionsBase & { index: IndexCoordinates ; material: SliceMaterial }

Constructor options, where a few options are mandatory.


OptionsBase

Ƭ OptionsBase: Partial<CommonOptions> & Options & Partial<Options>

Options used in setOptions, where most options are optionals.


OptionsBaseOut

Ƭ OptionsBaseOut: Required<CommonOptions> & Required<Options> & OptionsBaseOut

Options returned by getOptions, where some options are sure to be defined.