App Link/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
[[File:FreeCAD_core_objects.svg|800px]]
[[File:FreeCAD_core_objects.svg|800px]]


{{Caption|Simplified diagram of the relationships between the core objects in the program. The {{incode|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.}}
{{Caption|Simplified diagram of the relationships between the core objects in FreeCAD}}


== Utilización ==
== Utilización ==


See [[Std_LinkMake#Usage|Std LinkMake]].
# Select an object in the [[tree_view|tree view]] or [[3D_view|3D view]] for which you wish to create a Link.
# Press the {{Button|[[File:Std_LinkMake.svg|16px]] [[Std_LinkMake|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|Std LinkMake]] page for the complete information, including its use in [[Std_LinkMake#Scripting|Scripting]].


== Propiedades ==
== Propiedades ==


See [[Std_LinkMake#Properties|Std LinkMake]].
An [[App_Link|App Link]] ({{incode|App::Link}} class) is derived from the basic [[App_DocumentObject|App DocumentObject]] ({{incode|App::DocumentObject}} class), therefore it shares most of the latter's properties.

See the full list of properties in the [[Std_LinkMake|Std LinkMake]] page.




{{Std Base navi{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Document objects navi{{#translation:}}}}
{{Document_objects_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 07:42, 22 February 2022

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 FreeCAD

Utilización

See Std LinkMake.

Propiedades

See Std LinkMake.