Arch PipeConnector/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "==プロパティ==")
(Created page with "* {{PropertyData|Radius}}: このコネクタの曲率半径")
Line 14: Line 14:
==プロパティ==
==プロパティ==


* {{PropertyData|Radius}}: The curvature radius of this connector
* {{PropertyData|Radius}}: このコネクタの曲率半径


== Typical workflow ==
== Typical workflow ==

Revision as of 21:20, 29 November 2018

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"接続を作成できます。

使用方法

#2本または3本のパイプアーチパイプを選択します。 3本のパイプを選択する場合は、2本を正確に位置合わせする必要があります。 # Arch PipeConnectorボタンを押すか、 Pキーを押してから Cキーを押します。

プロパティ

  • データRadius: このコネクタの曲率半径

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 )