Arch PipeConnector/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "==使用方法==")
(Created page with "#2本または3本のパイプアーチパイプを選択します。 3本のパイプを選択する場合は、2本を正確に位置合わせする...")
Line 9: Line 9:
==使用方法==
==使用方法==


<div class="mw-translate-fuzzy">
# Select 2 or 3 [[Arch Pipe|Arch Pipes]]. If you are selecting 3 pipes, two of them must be exactly aligned.
#2本または3本のパイプ[[アーチパイプ|アーチパイプ]]を選択します。 3本のパイプを選択する場合は、2本を正確に位置合わせする必要があります。
# Press the {{KEY|[[Image:Arch PipeConnector.png|16px]] [[Arch PipeConnector]]}} button, or press {{KEY|P}} then {{KEY|C}} keys
{{KEY|[[Image:Arch PipeConnector.png|16px]] [[Arch PipeConnector]]}}ボタンを押すか、{{KEY | P}キーを押してから{{KEY | C}}キーを押します。
</div>


== Properties ==
== Properties ==

Revision as of 21:18, 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ボタンを押すか、{{KEY | P}キーを押してから Cキーを押します。

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 )