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.LDMAssembly: 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
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetTiles (
region As SbBox3i32,
resolution As Integer,
tiles As Queue
) As Boolean
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
bool GetTiles(
SbBox3i32 region,
int resolution,
Queue^ tiles
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetTiles :
region : SbBox3i32 *
resolution : int *
tiles : Queue -> bool
Parameters
- region
- Type: OIV.InventorSbBox3i32
- resolution
- Type: SystemInt32
- tiles
- Type: System.CollectionsQueue
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.
Obsolete since OpenInventor 8000.
See Also