CAM Array/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Path_Copy|Copy]]
|[[CAM_Copy|Copy]]
|[[Path_SimpleCopy|SimpleCopy]]
|[[CAM_SimpleCopy|SimpleCopy]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Copy.svg
|IconL=CAM_Copy.svg
|IconR=Path_SimpleCopy.svg
|IconR=CAM_SimpleCopy.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


Line 14: Line 14:
</div>
</div>


<span id="Description"></span>
==Descriere==
==Descriere==


<div class="mw-translate-fuzzy">
Acest instrument creează o nouă cale duplicând o altă cale de mai multe ori la un anumit interval de distanță.
Acest instrument creează o nouă cale duplicând o altă cale de mai multe ori la un anumit interval de distanță.
</div>


<span id="Usage"></span>
==Utilizare==
==Utilizare==


Line 27: Line 31:
</div>
</div>


<span id="Properties"></span>
==Proprietăți==
==Proprietăți==


Line 34: Line 39:
*{{PropertyData|Copies}}: Numărul de copii pentru fiecare direcție
*{{PropertyData|Copies}}: Numărul de copii pentru fiecare direcție
</div>
</div>

==Limitations==

This feature only works on actual path operations, not on derivative paths produced by Path Dressups. In that case the Array icon is disabled.


==Scripting==
==Scripting==
Line 51: Line 52:


{{Docnav
{{Docnav
|[[Path_Copy|Copy]]
|[[CAM_Copy|Copy]]
|[[Path_SimpleCopy|SimpleCopy]]
|[[CAM_SimpleCopy|SimpleCopy]]
|[[Path_Workbench|Path]]
|[[CAM_Workbench|CAM]]
|IconL=Path_Copy.svg
|IconL=CAM_Copy.svg
|IconR=Path_SimpleCopy.svg
|IconR=CAM_SimpleCopy.svg
|IconC=Workbench_Path.svg
|IconC=Workbench_CAM.svg
}}
}}


{{Path_Tools_navi{{#translation:}}}}
{{CAM_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 14:08, 26 March 2024

Path Array

Menu location
Path → Path Modification → Array
Workbenches
Path
Default shortcut
None
Introduced in version
-
See also
None

Descriere

Acest instrument creează o nouă cale duplicând o altă cale de mai multe ori la un anumit interval de distanță.

Utilizare

  1. Selectați traiectoria pe car doriți să o repetați
  2. Press the Array button
  3. Apply
  4. Ajustați proprietățile dorite în caseta de date

Proprietăți

  • DateType: Matricea de tip (polară, liniară una sau două direcții)
  • DateOffset: The spacing between the array copies for each direction
  • DateCopies: Numărul de copii pentru fiecare direcție

Scripting

See also: FreeCAD Scripting Basics.

Example:

#Place code example here.