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.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual void UpdateRegions(
SbBox3i32[] regions
)
Public Overridable Sub UpdateRegions (
regions As SbBox3i32()
)
public:
virtual void UpdateRegions(
array<SbBox3i32>^ regions
)
abstract UpdateRegions :
regions : SbBox3i32[] -> unit
override UpdateRegions :
regions : SbBox3i32[] -> unit
Parameters
- regions
- Type: OIV.InventorSbBox3i32
See Also