Std LinkSelectLinkedFinal: Difference between revisions

From FreeCAD Documentation
(Creating page for new command. In progress for now.)
 
No edit summary
Line 24: Line 24:
== Description ==
== Description ==


The '''Std LinkSelectLinkedFinal''' command selects an [[App_Link|App Link]] object's {{PropertyData|Linked Object}}, its source object. But if that object is also an App Link its linked object is selected instead. This is repeated until the linked object is not an App Link. This final source object is the deepest linked object.
The '''Std LinkSelectLinkedFinal''' command selects an [[App_Link|App Link]] object's {{PropertyData|Linked Object}}, its source object. But if that object is also an[[App_Link|App Link]] its linked object is selected instead. This is repeated until the linked object is not an [[App_Link|App Link]]. This final source object is the deepest linked object.


== Usage ==
== Usage ==

Revision as of 20:35, 26 January 2021

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std LinkSelectLinkedFinal

Menu location
None
Workbenches
All
Default shortcut
None
Introduced in version
0.19
See also
Std LinkSelectLinked, Std LinkSelectAllLinks, Std SelBack, Std SelForward

Description

The Std LinkSelectLinkedFinal command selects an App Link object's DataLinked Object, its source object. But if that object is also anApp Link its linked object is selected instead. This is repeated until the linked object is not an App Link. This final source object is the deepest linked object.

Usage

  1. Select an App Link object.
  2. Select the Link actions → Go to deepest linked object option from the Tree view context menu.
  3. The deepest linked object will be selected. If this object belongs to an external document that document will be activated.
  4. Optionally use the Std SelBack command to re-select the App Link object.