Draft Scinder

From FreeCAD Documentation
Revision as of 14:05, 6 March 2019 by Jpg87 (talk | contribs) (Created page with "# Appuyez sur le bouton {{Button|16px Fractionner}} ou appuyez sur la touche {{KEY|S}} puis sur la touche {{KEY|P}}. # Cliquez sur...")

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

If the wire is open, you will create two wires, each ending at the point at which you clicked. If the wire is closed, the edge which you clicked will be turned into its own open wire, and the remainder will convert into an open wire.

Options

There are no options for this tool. Either it works with the selected objects or not.

Scripting

See also: Draft API and 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)