C# Class Revit.SDK.Samples.CS.PointCloudEngine.PointCloudAccessBase.PointCloudAccessBaseIterator

The implementation for an IPointSetIterator for a file-based or predefined point cloud.
Inheritance: IPointSetIterator
Datei anzeigen Open project: AMEE/revit

Public Methods

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

Method Details

Free() public method

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

PointCloudAccessBaseIterator() public method

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.
return System

ReadPoints() public method

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