Arch PipeConnector/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "==Descriere==")
(Created page with "{{Version|0.17}} Acest instrument permite crearea unui conector de colț sau T între două sau trei Arc Pipes selectate.")
Line 5: Line 5:


{{Version|0.17}}
{{Version|0.17}}
This tool allows to create corner or tee connection between two or three selected [[Arch Pipe|Arch Pipes]].
Acest instrument permite crearea unui conector de colț sau T între două sau trei [[Arch Pipe | Arc Pipes]] selectate.


== How to use ==
== How to use ==

Revision as of 08:13, 22 November 2018

Arch PipeConnector

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

Descriere

introduced in version 0.17 Acest instrument permite crearea unui conector de colț sau T între două sau trei Arc Pipes selectate.

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

  • DateRadius: 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 )