Click or drag to resize
SoVolumeRenderDetailGetRgbaValuesTileIds Method

Returns the tileID of each voxel intersected by the pick ray.

Namespace: OIV.VolumeViz.Details
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public IList<SoLDMTileID> GetRgbaValuesTileIds()

Return Value

Type: IListSoLDMTileID
Remarks

Values returned are based on the (possibly subsampled) tiles currently in memory.

See Also