Команда "Импортировать..."

From FreeCAD Documentation
Revision as of 08:53, 29 May 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Std Import

Системное название
Std Import
Расположение в меню
Файл → Импортировать
Верстаки
All
Быстрые клавиши
Ctrl+I
Представлено в версии
-
См. также
Std Open, Import Export, Import Export Preferences

Описание

The Std Import command imports geometry from a different file format into the active document. Many file formats are supported and for some formats multiple import options exist. See Import Export for more information.

introduced in version 0.21: If an image format is selected the command will create an Image Plane.

Применение

  1. There are several ways to invoke the command:
    • Select the File → Import... option from the menu.
    • Use the keyboard shortcut: Ctrl+I.
  2. Optionally select the correct file format in the dialog box.
  3. Select a file.
  4. Press the Open button.

Опции

  • Нажмите Esc или кнопку Отмена, чтобы отменить выполнение команды.

Примечания

Настройки

  • См. так же: Настройки Импорта Экспорта.
  • Путь к последнему файлу к которому была применена данная команда сохраняется в параметр: Инструменты → Редактор параметров... → BaseApp → Preferences → General → FileOpenSavePath.
  • Путь к последнему импортированному файлу сохраняется в параметр: Инструменты → Редактор параметров... → BaseApp → Preferences → General → FileImportFilter.

Image Plane

An Image Plane is a planar representation of an image in the 3D view. It can for example be used when creating a model based on photographs of an existing object.

By default an Image Plane is placed on the global XY plane. The initial size of an Image Plane is calculated using a 96 px/inch resolution for BMP images. Image Planes based on SVG images have a default size of 100 mm x 100 mm, an SVG's aspect ratio is ignored.

Edit

  1. To edit an Image Plane do one of the following:
    • Double-click the Image Plane in the Tree view.
    • Right-click the Image Plane in the Tree view and select Change image... from the context menu.
  2. A task panel opens.
  3. Choose orientation options:
    • Select the XY, XZ or YZ plane of the global coordinate system.
    • Check Reverse direction to rotate the Image Plane 180 ° around its ДанныеPlacement ДанныеAxis.
    • Optionally change the Offset. A small negative offset can be useful when tracing the image with a sketch or Draft geometry.
  4. Image size options:
    • Scale by numerical input:
      1. Optionally uncheck Keep aspect ratio for unequal scaling.
      2. Enter a Width and/or Height.
    • Scale by picking points:
      1. Press the Calibrate button.
      2. Pick two points.
      3. Enter the Desired dimension.
      4. Press the Apply button to confirm the changes.
  5. Press the OK button to confirm the changes and close the task panel.

Properties

See also: Property editor.

An Image Plane object is derived from an App GeoFeature object and inherits all its properties. It also has the following additional properties:

Data

Image Plane

  • ДанныеImage File (FileIncluded): The image file used for the Image Plane. This file is stored in the .FCStd file.
  • ДанныеXSize (Length): The width of the Image Plane.
  • ДанныеYSize (Length): The height of the Image Plane.

View

Object Style

  • ВидLighting (Enumeration): How the Image Plane is illuminated in the 3D view. Can be Two side or One side.