PointCloudGetEnumerator Method |
Gets an enumerator that allows to modify each point cloud point.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic IEnumerator<PointCloudItem> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PointCloudItem)
Return Value
Type:
IEnumeratorPointCloudItemA instance of
IEnumeratorT.
Implements
IEnumerableTGetEnumerator
See Also