Arch Pipe/en


Arch Pipe.png Arch Pipe

Menu location
Arch → Pipe Tools → Pipe
Workbenches
Arch
Default shortcut
P I
See also
Arch PipeConnector


Description

available in version 0.17

This tool allows to create pipes from scratch, or from selected objects. The selected objects must be Part-based (Draft, Sketch, etc..) and contain one and only one open Wire.

How to use

  1. Optionally, select a linear Part shape such as a Draft Line, a Draft Wire or an open Sketch
  2. Press the Arch Pipe.png Arch Pipe button, or press P then I keys

Options

Properties

Typical workflow

Arch pipe example 01.jpg

FreeCAD.ActiveDocument.Equipment.SnapPoints=[FreeCAD.Vector(0,0,100)]

Arch pipe example 02.jpg

Arch pipe example 03.jpg

Arch pipe example 04.jpg

Arch pipe example 05.jpg

Arch pipe example 06.jpg

Arch pipe example 07.jpg

It is also possible to create Arch Pipes without a base line, in this case use its "Length" property to define the length.

Scripting

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

import Arch
Arch.makePipe ( [objectsList,diameter] ) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Pipe/en&oldid=263081"

Navigation menu