C# Class Revit.SDK.Samples.CS.PointCloudEngine.BasicPointCloudEngine

An implementation of IPointCloudEngine used by all the custom engines in this sample.
Inheritance: IPointCloudEngine
Mostra file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
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().

Method Details

BasicPointCloudEngine() public method

Constructs a new instance of the engine.
public BasicPointCloudEngine ( PointCloudEngineType type ) : System
type PointCloudEngineType The type of point cloud served by this engine instance.
return System

CreatePointCloudAccess() public method

Implementation of IPointCloudEngine.CreatePointCloudAccess().
public CreatePointCloudAccess ( string identifier ) : IPointCloudAccess
identifier string The identifier (or file name) for the desired point cloud.
return IPointCloudAccess

Free() public method

Implementation of IPointCloudEngine.Free().
public Free ( ) : void
return void