TechDraw ActiveView/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 33: Line 33:


# Navigate to the correct [[3D_view|3D view]].
# Navigate to the correct [[3D_view|3D view]].
# If there are multiple drawing pages in the document: optionally select the desired page in the [[Tree_view|Tree view]]. This is not optional for {{VersionMinus|0.19}}.
# If there are multiple drawing pages in the document: optionally select the desired page in the [[Tree_view|Tree view]].
# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
#* Press the {{Button|[[Image:TechDraw_ActiveView.svg|16px]] [[TechDraw_ActiveView|Insert Active View (3D View)]]}} button.
#* Press the {{Button|[[Image:TechDraw_ActiveView.svg|16px]] [[TechDraw_ActiveView|Insert Active View (3D View)]]}} button.
#* Select the {{MenuCommand|TechDraw → [[Image:TechDraw_ActiveView.svg|16px]] Insert Active View (3D View)}} option from the menu.
#* Select the {{MenuCommand|TechDraw → Views From Other Workbenches → [[Image:TechDraw_ActiveView.svg|16px]] Insert Active View (3D View)}} option from the menu.
# If there are multiple drawing pages in the document and you have not yet selected a page, the {{MenuCommand|Page Chooser}} dialog box opens: {{Version|0.20}}
# If there are multiple drawing pages in the document and you have not yet selected a page, the {{MenuCommand|Page Chooser}} dialog box opens: {{Version|0.20}}
## Select the desired page.
## Select the desired page.

Revision as of 13:59, 24 July 2023

Other languages:

Вставить активный вид (3D Вид)

Системное название
TechDraw_ActiveView
Расположение в меню
TechDraw → Вставить активный вид (3D Вид)
Верстаки
TechDraw
Быстрые клавиши
Нет
Представлено в версии
0.19
См. также
Вставить SVG знак

Описание

The TechDraw ActiveView tool inserts a bitmap image of the active 3D window into a drawing page.

A simple view from the 3D model.

Применение

  1. Navigate to the correct 3D view.
  2. If there are multiple drawing pages in the document: optionally select the desired page in the Tree view.
  3. There are several ways to invoke the tool:
    • Press the Insert Active View (3D View) button.
    • Select the TechDraw → Views From Other Workbenches → Insert Active View (3D View) option from the menu.
  4. If there are multiple drawing pages in the document and you have not yet selected a page, the Page Chooser dialog box opens: introduced in version 0.20
    1. Select the desired page.
    2. Press the OK button.
  5. The ActiveView to TD View task panel opens. See Options for more information.
  6. Press the OK button.

Options

The following can be specified:

  • Crop: Crop the generated bitmap.
  • Width: The width (in mm) to crop the generated view.
  • Height: The height (in mm) to crop the generated view.
  • No Background: If checked, the generated bitmap will have a transparent background.
  • Solid Background: If checked, the generated will have a background of the selected color.
  • Use 3d Background: If checked, the generated bitmap will use the background from the 3D window.

Примечания

  • ActiveViews are static once generated, they are never updated with changes to the 3D model.
  • An ActiveView behind the scenes is an Image. Its ДанныеScale Type is therefore always initialized as Custom.
  • In version 0.20 and below ActiveView was a Symbol.

Свойства

See TechDraw Image.

Программирование

См. так же: TechDraw API и Основы составления скриптов FreeCAD.

The ActiveView tool is not available for macros or the console Python. Use Std ViewScreenShot instead.