C# Класс Revit.SDK.Samples.CS.PointCloudEngine.BasicPointCloudEngine

An implementation of IPointCloudEngine used by all the custom engines in this sample.
Наследование: IPointCloudEngine
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BasicPointCloudEngine ( PointCloudEngineType type ) : System

Constructs a new instance of the engine.

CreatePointCloudAccess ( string identifier ) : IPointCloudAccess

Implementation of IPointCloudEngine.CreatePointCloudAccess().

Free ( ) : void

Implementation of IPointCloudEngine.Free().

Описание методов

BasicPointCloudEngine() публичный Метод

Constructs a new instance of the engine.
public BasicPointCloudEngine ( PointCloudEngineType type ) : System
type PointCloudEngineType The type of point cloud served by this engine instance.
Результат System

CreatePointCloudAccess() публичный Метод

Implementation of IPointCloudEngine.CreatePointCloudAccess().
public CreatePointCloudAccess ( string identifier ) : IPointCloudAccess
identifier string The identifier (or file name) for the desired point cloud.
Результат IPointCloudAccess

Free() публичный Метод

Implementation of IPointCloudEngine.Free().
public Free ( ) : void
Результат void