Arch: PipeConnector/パイプコネクタ

From FreeCAD Documentation
Revision as of 20:57, 29 November 2018 by Luc (talk | contribs) (Created page with "==使用方法==")

Arch PipeConnector

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

説明

introduced in version 0.17 このツールを使用すると、 Arch Pipesで選択された2つまたは3つのパイプの間にコーナー接続または "T"接続を作成できます。

使用方法

  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 )