Kreślenie: Projekt rysunku

From FreeCAD Documentation
Revision as of 14:19, 25 November 2023 by Kaktus (talk | contribs) (Created page with "To polecenie jest podobne do polecenia Widok, ale jest zoptymalizowane dla obiektów środowiska Rysunek Roboczy. W przeciwieństwie do tego polecenia, może ono obsługiwać określone obiekty, takie jak Wymiar i Tekst, a także może renderować ściany.")
To polecenie jest nieaktualne
Zarówno polecenie, jak i środowisko pracy Kreślenie, z którym współpracuje, nie są dostępne w wersja 0.21 i powyżej. Zamiast nich należy użyć środowiska pracy Rysunek Techniczny i Wstaw obiekt środowiska Rysunek Roboczy.

Kreślenie: Projekt rysunku

Lokalizacja w menu
brak
Środowisko pracy
Kreślenie, Architektura
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
Wstaw widok rysunku

Opis

Polecenie Kreślenie wstawia widoki wybranych obiektów do strony Rysunek Roboczy.

To polecenie jest podobne do polecenia Widok, ale jest zoptymalizowane dla obiektów środowiska Rysunek Roboczy. W przeciwieństwie do tego polecenia, może ono obsługiwać określone obiekty, takie jak Wymiar i Tekst, a także może renderować ściany.

This command is now obsolete. Use the TechDraw Workbench and the TechDraw DraftView command instead.

On the left the selected Draft objects. On the right the created drawing views.

Usage

  1. To use this command in FreeCAD version 0.19 and later you need to add a button to a custom toolbar. See Interface Customization.
  2. Select one or more objects. A separate view will be created for each object.
  3. Optionally add a Drawing page to the selection. If you do not, the view is inserted into the first page in the document. If there are no pages in the document a new page is created first.
  4. Press the Draft Drawing button.
  5. There is a bug in the FreeCAD version 0.19 version of the command. The initial value of the DANEDirection property is [0, 0, 0] which is not allowed. For objects on a plane parallel to the XY plane of the global coordinate system it should be changed to [0, 0, 1]. After changing this property the page and the view may need to be recomputed.