Arch PipeConnector/es: Difference between revisions

From FreeCAD Documentation
(Created page with "===Propiedades===")
(Created page with "* {{PropertyData|Radius}}: El radio de curvatura de este conector")
Line 13: Line 13:
===Propiedades===
===Propiedades===


* {{PropertyData|Radius}}: The curvature radius of this connector
* {{PropertyData|Radius}}: El radio de curvatura de este conector


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

Revision as of 10:55, 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 y luego la tecla C

Propiedades

  • DatosRadius: El radio de curvatura de este conector

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 )