IPointCloudAccess.CreatePointSetIterator
Description:
Implement this method to return an iterator for iterating over blocks of this point cloud.
Implement this method to return an iterator for iterating over blocks of this point cloud.
Overloads (2):
CreatePointSetIterator(PointCloudFilter,ElementId)
IPointSetIterator CreatePointSetIterator(
PointCloudFilter rFilter,
ElementId viewId
)
-
rFilterThe filter used to process cloud points and determine which ones lie with the target volume.
-
viewIdThe view id for the current view passed as auxiliary information to allow the engine to optimize retrieval of points. If viewId == InvalidElementId, the query is not for a view display operation.