コード例 #1
0
ファイル: froGHRTree.cs プロジェクト: Co-de-iT/froGH
 public froGHRTree(PointCloud cloud)
 {
     Points = new Point3dList(cloud.GetPoints());
     Source = EnumRTreeType.PointCloud;
     Tree   = RTree.CreatePointCloudTree(cloud);
 }