CAM Array/fr: Difference between revisions

From FreeCAD Documentation
mNo edit summary
No edit summary
(10 intermediate revisions by 3 users not shown)
Line 4: Line 4:
|[[Path_SimpleCopy/fr|Copie simple]]
|[[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=Path Array
|Name/fr=Path Array
|Name/fr=Path Réseau
|Workbenches=[[Path Workbench/fr|Path]]
|Workbenches=[[Path Workbench/fr|Path]]
|MenuLocation=Path → Path Modification → Réseau
|MenuLocation=Path → Path Modification → Réseau
Line 26: Line 26:
# 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
# Ajoutez le chemin le long duquel vous voulez créer les répétitions à la sélection
# Pressez le bouton {{KEY|[[Image:Path Array.png|16px]] [[Path Array/fr|Réseau]]}}
# 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 36: Line 36:
*{{PropertyData|Copies}}: Le nombre de copies
*{{PropertyData|Copies}}: Le nombre de copies


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


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


<div class="mw-translate-fuzzy">
{{Docnav/fr
{{Docnav/fr
|[[Path_Copy/fr|Copie]]
|[[Path_Copy/fr|Copie]]
|[[Path_SimpleCopy/fr|Copie simple]]
|[[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
}}
}}
</div>

{{Path_Tools_navi/fr}}

{{Userdocnavi/fr}}


{{Path_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{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.