Draft Join: Difference between revisions

From FreeCAD Documentation
m (</translate>)
m (Added templates)
Line 24: Line 24:


<!--T:3-->
<!--T:3-->
The Join tool attempts to join all wires currently in the selection into a single wire.
The {{Button|[[Image:Draft Join.svg|16px]] [[Draft Join|Draft Join]]}} tool attempts to join all wires currently in the selection into a single wire.


<!--T:14-->
<!--T:14-->
The counterpart to this tool is the [[Draft Split|Draft Split]] operation.
The counterpart to this tool is the {{Button|[[Image:Draft Split.svg|16px]] [[Draft Split|Draft Split]]}} operation.


==Usage== <!--T:4-->
==Usage== <!--T:4-->

Revision as of 18:07, 29 January 2020

Draft Join

Menu location
Draft → Join
Workbenches
Draft, Arch
Default shortcut
J O
Introduced in version
0.18
See also
Draft Split

Description

The Draft Join tool attempts to join all wires currently in the selection into a single wire.

The counterpart to this tool is the Draft Split operation.

Usage

  1. Select two or more wires that you wish to join together.
  2. Press the Draft Join button or press J then O keys.

If the open end of a wire in your selection coincides with the open end of another wire in your selection, they will be joined into a single wire. The properties of the first wire in your selection will remain and the rest of the objects will be deleted.

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 Join tool can be used in macros and from the Python console by using the following functions:

joinWires(wires)
joinTwoWires(wire1, wire2)