Click or drag to resize
SoVolumeRenderDetailGetMaskCount Method (Boolean)

Returns the number of volume masks applied to the first non-transparent voxel.

Namespace: OIV.VolumeViz.Details
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public ulong GetMaskCount(
	bool realValue
)

Parameters

realValue
Type: SystemBoolean

Return Value

Type: UInt64
Remarks

If realValue is true, VolumeViz will return the actual value from the full resolution data. Note that this may require a read from disk if full resolution data is not currently in memory. If false, VolumeViz will return the value from the (possibly subsampled) data currently in memory.

Caution note Caution

To use GPU picking, you must specify realValue = false.

See Also