Std Import/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 72: Line 72:
#* Check {{MenuCommand|Reverse direction}} to rotate the Image Plane 180 ° around its {{PropertyData|Placement}} {{PropertyData|Axis}}.
#* Check {{MenuCommand|Reverse direction}} to rotate the Image Plane 180 ° around its {{PropertyData|Placement}} {{PropertyData|Axis}}.
#* Optionally change the {{MenuCommand|Offset}}. A small negative offset can be useful when tracing the image with a [[Sketcher_Workbench|sketch]] or [[Draft_Workbench|Draft]] geometry.
#* Optionally change the {{MenuCommand|Offset}}. A small negative offset can be useful when tracing the image with a [[Sketcher_Workbench|sketch]] or [[Draft_Workbench|Draft]] geometry.
# {{MenuCommand|Scale image}} options:
# {{MenuCommand|Image size}} options:
#* Scale by numerical input:
#* Scale by numerical input:
#*# Optionally uncheck {{MenuCommand|Keep aspect ratio}} for unequal scaling.
#*# Optionally uncheck {{MenuCommand|Keep aspect ratio}} for unequal scaling.
#*# Enter a {{MenuCommand|Width}} and/or {{MenuCommand|Height}}.
#*# Enter a {{MenuCommand|Width}} and/or {{MenuCommand|Height}}.
#* Scale by picking points:
#* Scale by picking points:
#*# Press the {{Button|Calibrate}} button.
#*# Optionally check {{MenuCommand|Allow points outside the image}}.
#*# Press the {{Button|Interactive}} button.
#*# Pick two points.
#*# Pick two points.
#*# Enter the {{MenuCommand|Desired distance}}.
#*# Enter the {{MenuCommand|Desired dimension}}.
#*# Press the {{Button|Accept}} button.
#*# Press the {{Button|Apply}} button to confirm the changes.
# Press the {{Button|OK}} button to confirm the changes and close the task panel.
# Press the {{Button|OK}} button to confirm the changes and close the task panel.



Revision as of 08:54, 29 May 2023

Std Import

Menüeintrag
Datei → Import
Arbeitsbereich
Alle
Standardtastenkürzel
Strg+I
Eingeführt in Version
-
Siehe auch
Std Öffnen, Import Export, Import Export Einstellungen

Beschreibung

Der Befehl Std Import importiert Geometrie aus einem anderen Dateiformat in das aktive Dokument. Es werden viele Dateiformate unterstützt und für einige Formate gibt es mehrere Importoptionen. Siehe Import Export für weitere Informationen.

eingeführt mit Version 0.21: Wird ein Bildformat ausgewählt, erstellt der Befehl eine Bildebene.

Anwendung

  1. Es gibt mehrere Möglichkeiten, den Befehl aufzurufen:
    • Wähle die Datei → Importieren... Option aus dem Menü.
    • Verwende das Tastaturkürzel: Ctrl+I.
  2. Wähle optional das richtige Dateiformat im Dialogfeld.
  3. Wähle eine Datei.
  4. Drücke die Öffnen Schaltfläche.

Optionen

  • Drücke Esc oder die Taste Cancel, um den Befehl abzubrechen.

Hinweise

Einstellungen

  • Siehe: Import Export Einstellungen.
  • Der zuletzt verwendete Dateispeicherort wird gespeichert: Werkzeuge → Parameter bearbeiten... → BasisAnwendung → Voreinstellungen → Allgemein → DateiÖffnenSpeichernPfad.
  • Der zuletzt verwendete Importfilter wird gespeichert: Werkzeuge → Parameter bearbeiten... → BasisAnwendung → Voreinstellungen → Allgemein → DateiImportFilter.

Bildebene

Eine Bildebene ist die planare Darstellung eine Bildes in der 3D-Ansicht. Sie kann z.B. bei der Erstellung eines Modells verwendet werden, das auf Fotos eines existierenden Objekts basiert.

Standardmäßig wird die Bildebene auf der globalen XY-Ebene angelegt. Die Ausgangsgröße einer Bildebene wird mit einer Auflösung von 96 Pixel/Zoll für BMP-Bilder berechnet. Auf SVG-Bildern basierende Bildebenen haben eine Standardgröße von 100 mm x 100 mm; ein SVG-Seitenverhältnis wird ignoriert.

Bearbeiten

  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 DatenPlacement DatenAxis.
    • 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

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

View

Object Style

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