Click or drag to resize

PointCloud Constructor

Overload List
  NameDescription
Public methodPointCloud
Initializes a new instance of the PointCloud class that is empty.
Public methodPointCloud(IEnumerablePoint3d)
Initializes a new instance of the PointCloud class, copying the content from a set of points.
Public methodPointCloud(PointCloud)
Initializes a new instance of the PointCloud class, copying (Merge) the content of another point cloud.
Protected methodPointCloud(SerializationInfo, StreamingContext)
Binds with the Rhino default serializer to support object persistence.
Top
See Also