Click or drag to resize
SoLDMTileManagerUpdateRegions Method
Update a region of data in memory. All the tiles intersecting the regions must be prefetched. Called if the application uses the SoVolumeData.UpdateRegion function.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual void UpdateRegions(
	SbBox3i32[] regions
)

Parameters

regions
Type: OIV.InventorSbBox3i32
See Also