Arch PipeConnector

From FreeCAD Documentation
Revision as of 19:45, 28 November 2018 by Vocx (talk | contribs) (API and scripting links)

Arch PipeConnector

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

Description

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

  • DataRadius: The curvature radius of this connector

Typical workflow

See Arch Pipe#Typical_workflow

Scripting

See also: Arch API and FreeCAD Scripting Basics.

The Pipe Connector tool can be used in macros and from the Python console by using the following function:

import Arch
Arch.makePipeConnector ( objectsList )