public froGHRTree(PointCloud cloud) { Points = new Point3dList(cloud.GetPoints()); Source = EnumRTreeType.PointCloud; Tree = RTree.CreatePointCloudTree(cloud); }