Click or drag to resize
SoVolumeReaderGetTileMinMax Method
Returns the minimum and maximum data values for the given tile. Used only if data is organized for the LDM module. It allows to profit of optimizations such as SoLDMGlobalResourceParameters.setIgnoreFullyTransparentTiles(). Default implementation return new SbVec2d(System.Double.MaxValue, -System.Double.MaxValue))

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public virtual SbVec2d GetTileMinMax(
	int fileId
)

Parameters

fileId
Type: SystemInt32

Return Value

Type: SbVec2d
See Also