C# 클래스 Revit.SDK.Samples.CS.PointCloudEngine.BasicPointCloudEngine

An implementation of IPointCloudEngine used by all the custom engines in this sample.
상속: IPointCloudEngine
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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