CAM Array/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Userdocnavi/fr}}")
No edit summary
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav/fr
{{Docnav/fr
|[[Path_Copy/fr|Copie Path]]
|[[Path_Copy/fr|Copie]]
|[[Path_SimpleCopy/fr|Copie simple Path]]
|[[Path_SimpleCopy/fr|Copie simple]]
|[[Path_Workbench/fr|Atelier Path]]
|[[Path_Workbench/fr|Atelier Path]]
|IconL=Path_Copy.png
|IconL=Path_Copy.svg
|IconC=Path-Workbench.svg
|IconC=Workbench_Path.svg
|IconR=Path_SimpleCopy.png
|IconR=Path_SimpleCopy.svg
}}
}}


{{GuiCommand/fr
{{GuiCommand/fr|Name=Path Array|Name/fr=Path Array|Workbenches=[[Path Workbench/fr|Path]]|MenuLocation=Path → Path Modification → Array|Shortcut=|SeeAlso=}}
|Name=Path Array
|Name/fr=Path Réseau
|Workbenches=[[Path Workbench/fr|Path]]
|MenuLocation=Path → Path Modification → Réseau
|Shortcut=
|SeeAlso=
}}


== Description ==
== Description ==
Line 18: Line 25:


# Sélectionnez un chemin que vous souhaitez répéter
# Sélectionnez un chemin que vous souhaitez répéter
# Ajoutez le chemin le long duquel vous voulez créer les répétitions à la sélection
Sélectionnez un objet [[Path Workbench|Path]]
# Pressez le bouton {{KEY|[[Image:Path Array.png|16px]] [[Path Array|Array]]}}
# Pressez le bouton {{KEY|[[Image:Path Array.svg|24px]] [[Path Array/fr|Réseau]]}}
# Pressez {{Button|Apply}}
# Appliquer
# Ajustez les propriétés voulues dans la data box
# Ajustez les propriétés voulues dans la data box


Line 29: Line 36:
*{{PropertyData|Copies}}: Le nombre de copies
*{{PropertyData|Copies}}: Le nombre de copies


==Script==
{{Emphasis|Voir aussi:}} [[FreeCAD Scripting Basics/fr|FreeCAD Débuter avec les scripts]].


Exemple:
{{Code|code=#Place code example here.}}


{{Docnav/fr
{{Docnav/fr
|[[Path_Copy/fr|Copie Path]]
|[[Path_Copy/fr|Copie]]
|[[Path_SimpleCopy/fr|Copie simple Path]]
|[[Path_SimpleCopy/fr|Copie simple]]
|[[Path_Workbench/fr|Atelier Path]]
|[[Path_Workbench/fr|Atelier Path]]
|IconL=Path_Copy.png
|IconL=Path_Copy.svg
|IconC=Path-Workbench.svg
|IconC=Workbench_Path.svg
|IconR=Path_SimpleCopy.png
|IconR=Path_SimpleCopy.svg
}}
}}


{{Path_Tools_navi/fr}}
{{Path_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

{{Userdocnavi/fr}}

{{clear}}
{{clear}}

Revision as of 12:54, 21 March 2020

Path Réseau

Emplacement du menu
Path → Path Modification → Réseau
Ateliers
Path
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

Description

Cet outil crée un nouveau chemin en duplicant un autre chemin plusieurs fois avec un intervale donné.

Utilisation

  1. Sélectionnez un chemin que vous souhaitez répéter
  2. Ajoutez le chemin le long duquel vous voulez créer les répétitions à la sélection
  3. Pressez le bouton Réseau
  4. Pressez Apply
  5. Ajustez les propriétés voulues dans la data box

Propriétés

  • DonnéesType: Le type array (polaire, linéaire dans une ou deux directions)
  • DonnéesOffset: L'espace entre les copies multiples pour chaque direction
  • DonnéesCopies: Le nombre de copies

Script

Voir aussi: FreeCAD Débuter avec les scripts.

Exemple:

#Place code example here.