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

From FreeCAD Documentation
Revision as of 19:09, 27 November 2018 by Renatorivo (talk | contribs) (Created page with "Category:Arch/ru")

Arch PipeConnector

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

Description

introduced in version 0.17 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 )