Arch PipeConnector/es: Difference between revisions

From FreeCAD Documentation
(Created page with "Ver Arch Pipe#Typical_workflow")
(Created page with "==Programación==")
Line 19: Line 19:
Ver [[Arch Pipe#Typical_workflow]]
Ver [[Arch Pipe#Typical_workflow]]


== Scripting ==
==Programación==


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

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

Flujo de trabajo típico

Ver Arch Pipe#Typical_workflow

Programación

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

import Arch
Arch.makePipeConnector ( objectsList )