API / geotoolkit3d / scene / reservoir / DisplayMode / DisplayMode
reservoir.DisplayMode.DisplayMode
Enum of Reservoir Skeleton Modes.
The values of this enums can be used to determine the rendering mode of a reservoir.
Array<boolean>↳
DisplayMode
Constructors
| [new DisplayMode(arrayLength)](/solutions/geotoolkit/apis/classes/geotoolkit3d.scene-3.reservoir-2.displaymode.displaymode.md#new displaymode(arraylength)) | [new DisplayMode(items)](/solutions/geotoolkit/apis/classes/geotoolkit3d.scene-3.reservoir-2.displaymode.displaymode.md#new displaymode(items)) |
|---|
Constructors
• new DisplayMode(arrayLength)
| Name | Type |
|---|---|
arrayLength | number |
Array<boolean>.constructor
• new DisplayMode(...items)
| Name | Type |
|---|---|
...items | boolean[] |
Array<boolean>.constructor
Accessors
• Static get Full(): DisplayMode
Show everything: the mesh, the property (skeleton) and the horizons
• Static get Horizons(): DisplayMode
Show only the horizons
• Static get IgnoreHorizons(): DisplayMode
Show everything but the horizons
• Static get IgnoreMesh(): DisplayMode
Show everything but the mesh
• Static get IgnoreProperty(): DisplayMode
Show everything but the grid property (skeleton)
• Static get Mesh(): DisplayMode
Show only the mesh
• Static get Nothing(): DisplayMode
Hide all
• Static get Property(): DisplayMode
Show only the property (skeleton)