Enlace de aplicación

From FreeCAD Documentation
Revision as of 13:22, 15 August 2021 by Maker (talk | contribs) (Created page with "Un Enlace de aplicación, o formalmente un {{incode|App::Link}}, es un tipo de objeto que hace referencia o enlace a otro objeto, en el mismo documento, o en o...")

Introducción

Un Enlace de aplicación, o formalmente un App::Link, es un tipo de objeto que hace referencia o enlace a otro objeto, en el mismo documento, o en otro documento. Está especialmente diseñado para duplicar eficientemente un único objeto varias veces, lo que ayuda a la creación de ensamblajes complejos a partir de subensamblajes más pequeños, y de múltiples componentes reutilizables como tornillos, tuercas y elementos de fijación similares.

Simplified diagram of the relationships between the core objects in the program. The App::Link object is a core component of the system, it does not depend on any workbench, but it can be used with most objects created in all workbenches.

Utilización

  1. Select an object in the tree view or 3D view for which you wish to create a Link.
  2. Press the Std LinkMake button. The produced object has the same icon as the original object, but has an arrow overlay indicating it is a Link.

See the Std LinkMake page for the complete information, including its use in Scripting.

Propiedades

An App Link (App::Link class) is derived from the basic App DocumentObject (App::DocumentObject class), therefore it shares most of the latter's properties.

See the full list of properties in the Std LinkMake page.