LuciadCPillar C# 2023.1.04
Luciad.Models.TileSet3D.ITileSet3DModel Class Reference

Marker interface for 3D tile set models. More...

Inheritance diagram for Luciad.Models.TileSet3D.ITileSet3DModel:
Luciad.Models.Model

Public Member Functions

void Dispose ()
 
Luciad.Models.ModelMetadata GetModelMetadata ()
 Returns the meta data for this model. More...
 
Luciad.Geometries.Bounds QueryBounds ()
 Returns the bounds of this model, if available. More...
 
ModelMetadata GetModelMetadata ()
 Returns the meta data for this model. More...
 
Bounds QueryBounds ()
 Returns the bounds of this model, if available. More...
 

Detailed Description

Marker interface for 3D tile set models.

You can create a layer for this model using luciad::TileSet3DLayer. 2022.0

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::ITileSet3DModel.

Member Function Documentation

◆ Dispose()

void Luciad.Models.TileSet3D.ITileSet3DModel.Dispose ( )
inline

◆ GetModelMetadata()

Luciad.Models.ModelMetadata Luciad.Models.TileSet3D.ITileSet3DModel.GetModelMetadata ( )
inline

Returns the meta data for this model.

the meta data for this model.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::Model::getModelMetadata.

Implements Luciad.Models.Model.

◆ QueryBounds()

Luciad.Geometries.Bounds Luciad.Models.TileSet3D.ITileSet3DModel.QueryBounds ( )
inline

Returns the bounds of this model, if available.

When the bounds of this model are not known, or if they are too expensive to calculate, this method may return no bounds. the bounds of this model, if available.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::Model::queryBounds.

Implements Luciad.Models.Model.