File: Importa

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

Importa

Posizione nel menu
File → Importa...
Ambiente
All
Avvio veloce
Ctrl+I
Introdotto nella versione
-
Vedere anche
Apri, Importazione e Esportazione, Preferenze di Importa/Esporta

Descrizione

Il comando Importa importa la geometria da un diverso formato di file nel documento attivo. Sono supportati molti formati di file e per alcuni formati esistono più opzioni di importazione. Per ulteriori informazioni vedere Importazione e esportazione.

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

Utilizzo

  1. Esistono diversi modi per invocare il comando:
    • Selezionare l'opzione File → Importa... dal menu.
    • Usare la scorciatoia da tastiera: Ctrl+I.
  2. Facoltativamente, selezionare il formato file corretto nella finestra di dialogo.
  3. Selezionare un file.
  4. Premere il pulsante Apri.

Opzioni

  • Premere il tasto Esc o il pulsante Annulla per annullare il comando.

Note

Preferenze

  • Vedere Preferenze di Importa e esporta.
  • L'ultima posizione del file utilizzato è memorizzata in: Strumenti → Modifica parametri ... → BaseApp → Preferenze → Generale → FileOpenSavePath.
  • L'ultimo filtro di importazione utilizzato è memorizzato in: Strumenti → Modifica parametri ... → BaseApp → Preferenze → Generale → 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 DatiPlacement DatiAxis.
    • Optionally change the Offset. A small negative offset can be useful when tracing the image with a sketch or Draft geometry.
  4. Scale image 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. Optionally check Allow points outside the image.
      2. Press the Interactive button.
      3. Pick two points.
      4. Enter the Desired distance.
      5. Press the Accept button.
  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

  • DatiImage File (FileIncluded): The image file used for the Image Plane. This file is stored in the .FCStd file.
  • DatiXSize (Length): The width of the Image Plane.
  • DatiYSize (Length): The height of the Image Plane.

View

Object Style

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