Arch: PipeConnector/Коннектор труб

From FreeCAD Documentation
Revision as of 11:20, 5 September 2016 by Baritone (talk | contribs) (Created page with "{{GuiCommand/ru |Name=Arch PipeConnector |Name/ru=Arch PipeConnector |Workbenches=Arch |MenuLocation=Архитектура → Pipe Tools -> Pipe Connector...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Arch PipeConnector

Системное название
Arch PipeConnector
Расположение в меню
Архитектура → Pipe Tools -> Pipe Connector
Верстаки
Arch
Быстрые клавиши
P C
Представлено в версии
-
См. также
Arch Pipe/ru

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

  • ДанныеRadius: 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 )