Esempio n. 1
0
 internal void ConvertSupportIntersectionsToPolyTrees(float sliceHeight, AtumPrinter selectedPrinter)
 {
     this.SupportPolyTrees[0] = new List <PolyTree>()
     {
         PolyTree.FromListOfSupportIntersectionsUsingPolygons(sliceHeight, this._supportIntersectionsZ, selectedPrinter)
     };
 }