Arch PipeConnector/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Como utilizar==")
(Created page with "# Seleccione 2 o 3 Arch Pipes. Si selecciona 3 tubos, dos de ellos deben estar exactamente alineados. # Presione el botón {{KEY | Image: Arch PipeConnector....")
Line 8: Line 8:
==Como utilizar==
==Como utilizar==


# Select 2 or 3 [[Arch Pipe|Arch Pipes]]. If you are selecting 3 pipes, two of them must be exactly aligned.
# Seleccione 2 o 3 [[Arch Pipe | Arch Pipes]]. Si selecciona 3 tubos, dos de ellos deben estar exactamente alineados.
# Press the {{KEY|[[Image:Arch PipeConnector.png|16px]] [[Arch PipeConnector]]}} button, or press {{KEY|P}} then {{KEY|C}} keys
# Presione el botón {{KEY | [[Image: Arch PipeConnector.png | 16px]] [[Arch PipeConnector]]}}, o presione {{KEY | P}} luego las teclas {{KEY | C}}


== Properties ==
== Properties ==

Revision as of 10:54, 8 May 2018

Arch PipeConnector

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

Descripción

introduced in version 0.17 Esta herramienta permite crear una conexión de esquina o de salida en T entre dos o tres Arch Pipes seleccionados.

Como utilizar

  1. Seleccione 2 o 3 Arch Pipes. Si selecciona 3 tubos, dos de ellos deben estar exactamente alineados.
  2. Presione el botón Arch PipeConnector, o presione P luego las teclas C

Properties

  • DatosRadius: 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 )