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

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

Méthodes publiques

Méthode 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 méthode

Implementation of IPointSetIterator.Free()
public Free ( ) : void
Résultat void

PointCloudAccessBaseIterator() public méthode

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.
Résultat System

ReadPoints() public méthode

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