Click or drag to resize

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, normal vectors, and colors to this point cloud.
Public methodAddRange(IEnumerablePoint3d, IEnumerableVector3d, IEnumerableColor, IEnumerableDouble)
Appends a collection of points, normal vectors, colors, and extra values to this point cloud.
Top
See Also