App Link: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
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]].





Revision as of 07:27, 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 the program

Usage

See Std LinkMake.

Properties

See Std LinkMake.