App: Odnośnik

From FreeCAD Documentation
Revision as of 18:02, 23 January 2021 by Kwahoo (talk | contribs) (Created page with "==Użycie==")

Wprowadzenie

App Link, lub formalnie App::Link, jest typem obiektu, który odnosi się lub linkuje do innego obiektu w tym samym lub innym dokumencie. Został specjalnie zaprojektowany do wydajnego kopiowania pojedynczego obiektu wiele razy, co pomaga czy tworzeniu skomplikowanych złożeń z mniejszych podzłożeń i z wielu ponownie używanych komponentów jak wkręty, nakrętki i tym podobne elementy złączne.

Uproszczony schemat zależności pomiędzy głównymi obiektami w programie. Obiekt App::Link jest głównym składnikiem systemu, nie zależy on od żadnego środowiska pracy, a może być użyty z większością obiektów stworzonych we wszystkich środowiskach pracy.

Użycie

  1. Select an object in the tree view or 3D view for which you wish to create a Link.
  2. Press the Std LinkMake button. The produced object has the same icon as the original object, but has an arrow overlay indicating it is a Link.

See the Std LinkMake page for the complete information, including its use in Scripting.

Properties

An App Link (App::Link class) is derived from the basic App DocumentObject (App::DocumentObject class), therefore it shares most of the latter's properties.

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


Template:Std Base/pl