Overload_Rhino_Geometry_PointCloud__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
PointCloud() | Initializes a new instance of the PointCloud class that is empty. |
![]() |
PointCloud(IEnumerable(Point3d)) | Initializes a new instance of the PointCloud class, copying the content from a set of points. |
![]() |
PointCloud(PointCloud) | Initializes a new instance of the PointCloud class, copying (Merge) the content of another pointcloud. |
![]() |
PointCloud(SerializationInfo, StreamingContext) | Binds with the Rhino default serializer to support object persistence. |