Arch PipeConnector: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Vertical GuiCommand; see also Arch Equipment; Version=0.17)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand|Name=Arch PipeConnector|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Pipe Tools → Pipe Connector|Shortcut=P C|SeeAlso=[[Arch Pipe]]}}
|Name=Arch PipeConnector
|MenuLocation=Arch → Pipe Tools → Pipe Connector
|Workbenches=[[Arch Module|Arch]]
|Shortcut=P C
|SeeAlso=[[Arch Pipe]], [[Arch Equipment]]
|Version=0.17
}}


== Description == <!--T:2-->
== Description == <!--T:2-->


<!--T:3-->
<!--T:3-->
{{Version|0.17}}
This tool allows to create corner or tee connection between two or three selected [[Arch Pipe|Arch Pipes]].
This tool allows to create corner or tee connection between two or three selected [[Arch Pipe|Arch Pipes]].



Revision as of 18:34, 27 November 2018

Arch PipeConnector

Menu location
Arch → Pipe Tools → Pipe Connector
Workbenches
Arch
Default shortcut
P C
Introduced in version
0.17
See also
Arch Pipe, Arch Equipment

Description

This tool allows to create corner or tee connection between two or three selected Arch Pipes.

How to use

  1. Select 2 or 3 Arch Pipes. If you are selecting 3 pipes, two of them must be exactly aligned.
  2. Press the Arch PipeConnector button, or press P then C keys

Properties

  • DataRadius: The curvature radius of this connector

Typical workflow

See Arch Pipe#Typical_workflow

Scripting

The Pipe Connector tool can by used in macros and from the python console by using the following function:

import Arch
Arch.makePipeConnector ( objectsList )