PointCloud.AddRange Method

PointCloudAddRange Method

Overload List
  NameDescription
Public methodAddRange(IEnumerablePoint3d)
Appends a collection of points to this point cloud.
Public methodAddRange(IEnumerablePoint3d, IEnumerableVector3d)
Appends a collection of points and normal vectors to this point cloud.
Public methodAddRange(IEnumerablePoint3d, IEnumerableColor)
Appends a collection of points and normal vectors to this point cloud.
Public methodAddRange(IEnumerablePoint3d, IEnumerableVector3d, IEnumerableColor)
Appends a collection of points and normal vectors to this point cloud.
Top
See Also