App Link: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:


<!--T:28-->
<!--T:28-->
{{Caption|Simplified diagram of the relationships between the core objects in the program}}
{{Caption|Simplified diagram of the relationships between the core objects in FreeCAD}}


== Usage == <!--T:4-->
== Usage == <!--T:4-->
Line 23: Line 23:


== Properties == <!--T:32-->
== Properties == <!--T:32-->

<!--T:33-->
The [[App_Link|App Link]] ({{incode|App::Link}} class) is derived from the basic [[App_DocumentObject|App DocumentObject]] ({{incode|App::DocumentObject}} class) and inherits all its properties.


<!--T:11-->
<!--T:11-->
See the full list of properties in the [[Std_LinkMake|Std LinkMake]] page.
See [[Std_LinkMake#Properties|Std LinkMake]].





Latest revision as of 07:42, 22 February 2022

Introduction

An App Link, or formally an App::Link, is a type of object that references or links to another object, in the same document, or in another document. It is especially designed to efficiently duplicate a single object multiple times, which helps with the creation of complex assemblies from smaller subassemblies, and from multiple reusable components like screws, nuts, and similar fasteners.

Simplified diagram of the relationships between the core objects in FreeCAD

Usage

See Std LinkMake.

Properties

See Std LinkMake.