Răsfoiți Sursa

Update ShapePath.html

Remove outdated `noHoles` parameter from `toShapes()`.
Michael Herzog 2 ani în urmă
părinte
comite
b362be2190
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      docs/api/it/extras/core/ShapePath.html

+ 1 - 3
docs/api/it/extras/core/ShapePath.html

@@ -75,7 +75,7 @@
 		<p>Collega una nuova [page:SplineCurve] al [page:ShapePath.currentPath currentPath].</p>
 
 
-		<h3>[method:Array toShapes]( [param:Boolean isCCW], [param:Boolean noHoles] )</h3>
+		<h3>[method:Array toShapes]( [param:Boolean isCCW] )</h3>
 		<p>
 		isCCW -- Modifica la modalità di generazione degli hole e dei solidi<br/>
 		</p>
@@ -83,8 +83,6 @@
       Converte l'array [page:ShapePath.subPaths subPaths] in un array di Shape. Per impostazione predefinita
       le forme solide sono definite in senso orario (CW) e i fori sono definiti in senso antiorario (CCW).
       Se isCCW è impostato su `true`, le forme sono capovolte.
-		<br/>
-
 		</p>