C# 클래스 Revit.SDK.Samples.CS.PointCloudEngine.PointCloudAccessBase.PointCloudAccessBaseIterator

The implementation for an IPointSetIterator for a file-based or predefined point cloud.
상속: IPointSetIterator
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
Free ( ) : void

Implementation of IPointSetIterator.Free()

PointCloudAccessBaseIterator ( PointCloudAccessBase access, PointCloudFilter filter ) : System

Constructs a new instance of the point cloud iterator.

ReadPoints ( IntPtr buffer, int nBufferSize ) : int

Implementation of IPointSetIterator.ReadPoints()

메소드 상세

Free() 공개 메소드

Implementation of IPointSetIterator.Free()
public Free ( ) : void
리턴 void

PointCloudAccessBaseIterator() 공개 메소드

Constructs a new instance of the point cloud iterator.
public PointCloudAccessBaseIterator ( PointCloudAccessBase access, PointCloudFilter filter ) : System
access PointCloudAccessBase The access.
filter PointCloudFilter The filter used for this iteration.
리턴 System

ReadPoints() 공개 메소드

Implementation of IPointSetIterator.ReadPoints()
public ReadPoints ( IntPtr buffer, int nBufferSize ) : int
buffer System.IntPtr The point buffer.
nBufferSize int The buffer size.
리턴 int