Draft Split/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Il n'y a pas d'options pour cet outil. Cela fonctionne avec les objets sélectionnés ou non.")
(Created page with "==Script== {{Emphasis|Voir aussi:}} Draft API et FreeCAD Scripting Basics.")
Line 27: Line 27:
Il n'y a pas d'options pour cet outil. Cela fonctionne avec les objets sélectionnés ou non.
Il n'y a pas d'options pour cet outil. Cela fonctionne avec les objets sélectionnés ou non.


==Scripting==
==Script==

{{Emphasis|See also:}} [[Draft API]] and [[FreeCAD Scripting Basics]].
{{Emphasis|Voir aussi:}} [[Draft API/fr|Draft API]] et [[FreeCAD Scripting Basics/fr|FreeCAD Scripting Basics]].


The Split tool can be used in [[macros]] and from the [[Python]] console by using the following function:
The Split tool can be used in [[macros]] and from the [[Python]] console by using the following function:

Revision as of 14:06, 6 March 2019

Draft Split

Menu location
Draft → Split
Workbenches
Draft
Default shortcut
S P
Introduced in version
-
See also
Draft Join

Description

L'outil Fractionner tente de scinder un fil existant sur un bord ou un point spécifié.

La contrepartie de cet outil est l'opération Draft Joindre.

Utilisation

  1. Appuyez sur le bouton Fractionner ou appuyez sur la touche S puis sur la touche P.
  2. Cliquez sur un fil où vous voulez le scinder

Si le fil est ouvert, vous créerez deux fils, se terminant chacun à l'endroit où vous avez cliqué. Si le fil est fermé, le bord sur lequel vous avez cliqué deviendra son propre fil ouvert et le reste deviendra un fil ouvert.

Options

Il n'y a pas d'options pour cet outil. Cela fonctionne avec les objets sélectionnés ou non.

Script

Voir aussi: Draft API et FreeCAD Scripting Basics.

The Split tool can be used in macros and from the Python console by using the following function:

split(wire, newPoint, edgeIndex)