Arch PipeConnector/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "== Использование ==")
Line 14: Line 14:
Этот инструмент позволяет создавать углы или тройные соединения между двумя или тремя выбранными трубами/[[Arch Pipe|Arch Pipes]].
Этот инструмент позволяет создавать углы или тройные соединения между двумя или тремя выбранными трубами/[[Arch Pipe|Arch Pipes]].


== Использование ==
== How to use ==


# Select 2 or 3 [[Arch Pipe|Arch Pipes]]. If you are selecting 3 pipes, two of them must be exactly aligned.
# Select 2 or 3 [[Arch Pipe|Arch Pipes]]. If you are selecting 3 pipes, two of them must be exactly aligned.

Revision as of 20:46, 29 November 2018

Arch PipeConnector

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

Описание

introduced in version 0.17 Этот инструмент позволяет создавать углы или тройные соединения между двумя или тремя выбранными трубами/Arch Pipes.

Использование

  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 )