Click or drag to resize
SoVolumeDataUpdateRegions Method

Updates regions of the volume that have been modified.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void UpdateRegions(
	SbBox3i32[] region
)

Parameters

region
Type: OIV.InventorSbBox3i32
Remarks

This method notifies VolumeViz that voxels in the specified regions have been modified by the application and textures may need to be recreated. Only bricks currently needed for rendering some volume geometry, e.g., a slice or subvolume, are immediately updated.

See Also