SoLDMNodeFrontManagerGetTiles Method (SbBox3i32, Int32, ListSoLDMTileID) |
Given a resolution, returns the list of tiles intersecting the specified region.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic bool GetTiles(
SbBox3i32 region,
int resolution,
List<SoLDMTileID> tiles
)
Public Function GetTiles (
region As SbBox3i32,
resolution As Integer,
tiles As List(Of SoLDMTileID)
) As Boolean
public:
bool GetTiles(
SbBox3i32 region,
int resolution,
List<SoLDMTileID>^ tiles
)
member GetTiles :
region : SbBox3i32 *
resolution : int *
tiles : List<SoLDMTileID> -> bool
Parameters
- region
- Type: OIV.InventorSbBox3i32
- resolution
- Type: SystemInt32
- tiles
- Type: System.Collections.GenericListSoLDMTileID
Return Value
Type:
Boolean
RemarksReturns false if the specified resolution is incorrect, i.e., if the resolution specified is less than the lowest resolution of the data.
See Also