Команда "Перейти на самый глубокий связанный объект"

From FreeCAD Documentation
Revision as of 20:21, 9 October 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Перейти на самый глубокий связанный объект

Системное название
Std_LinkSelectLinkedFinal
Расположение в меню
Нет
Верстаки
Все
Быстрые клавиши
Нет
Представлено в версии
0.19
См. также
Перейти к связанному объекту, Выбрать все ссылки, Назад, Вперёд

Описание

The Std LinkSelectLinkedFinal command selects the ДанныеLinked Object, the source object, of an App Link object, a link. But if that source object is also a link its linked object is selected instead. This is repeated until the linked object is not a link. This final source object is the deepest linked object.

Применение

  1. Select a link.
  2. There are several ways to invoke the command:
    • Select the View → Link navigation → Go to the deepest linked object option from the menu.
    • Select the Link actions → Go to the deepest linked object option from the Tree view context menu.
    • Use the keyboard shortcut: S then D.
  3. The deepest linked object is selected. If this object belongs to an external document that document is activated.
  4. Optionally use Std SelBack to reselect the link.