Draft Join: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
m (Icon)
Line 2: Line 2:
<translate>
<translate>
<!--T:20-->
<!--T:20-->
{{docnav|[[Draft_Trimex|Trim/Extend (Trimex)]]|[[Draft Split|Split]]|[[Draft_Module|Draft_Module]]}}
{{docnav|[[Draft_Trimex|Trim/Extend (Trimex)]]|[[Draft Split|Split]]|[[Draft_Module|Draft]]|IconL=Draft_Trimex.svg|IconC=Workbench_Draft.svg|IconR=Draft_Split.svg}}


<!--T:1-->
<!--T:1-->
Line 48: Line 48:


<!--T:19-->
<!--T:19-->
{{docnav|[[Draft_Trimex|Trim/Extend (Trimex)]]|[[Draft Split|Split]]|[[Draft_Module|Draft_Module]]}}
{{docnav|[[Draft_Trimex|Trim/Extend (Trimex)]]|[[Draft Split|Split]]|[[Draft_Module|Draft]]|IconL=Draft_Trimex.svg|IconC=Workbench_Draft.svg|IconR=Draft_Split.svg}}

{{Draft Tools navi}}
{{Draft Tools navi}}

{{Userdocnavi}}
{{Userdocnavi}}
</translate>
</translate>

Revision as of 13:35, 10 February 2019

Draft Join

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

Description

The 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.

How to use

  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)