Click or drag to resize
SoLDMNodeFrontManagerGetTiles Method (SbBox3i32, Int32, ListSoLDMTileID)

Given a resolution, returns the list of tiles intersecting the specified region.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool GetTiles(
	SbBox3i32 region,
	int resolution,
	List<SoLDMTileID> tiles
)

Parameters

region
Type: OIV.InventorSbBox3i32
resolution
Type: SystemInt32
tiles
Type: System.Collections.GenericListSoLDMTileID

Return Value

Type: Boolean
Remarks

Returns false if the specified resolution is incorrect, i.e., if the resolution specified is less than the lowest resolution of the data.

See Also