App Link

From FreeCAD Documentation
Revision as of 07:26, 22 February 2022 by Roy 043 (talk | contribs)

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

The App Link (App::Link class) is derived from the basic App DocumentObject (App::DocumentObject class) and inherits all its properties.

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