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

Note: This API is now obsolete.

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
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool GetTiles(
	SbBox3i32 region,
	int resolution,
	Queue tiles
)

Parameters

region
Type: OIV.InventorSbBox3i32
resolution
Type: SystemInt32
tiles
Type: System.CollectionsQueue

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.

Obsolete since OpenInventor 8000.
See Also