Std Import/pl: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 18: Line 18:
}}
}}


<span id="Description"></span>
==Opis==
==Opis==


Polecenie '''Importuj''' importuje geometrię z innego formatu pliku do aktywnego dokumentu. Obsługiwanych jest wiele formatów plików, a dla niektórych formatów istnieje wiele opcji importu. Zobacz stronę [[Import_Export/pl|Import eksport]], aby uzyskać więcej informacji.
Polecenie '''Importuj''' importuje geometrię z innego formatu pliku do aktywnego dokumentu. Obsługiwanych jest wiele formatów plików, a dla niektórych formatów istnieje wiele opcji importu. Zobacz stronę [[Import_Export/pl|Import eksport]], aby uzyskać więcej informacji.


{{Version|1.0}}: If an image format is selected the command will create an [[#Image_Plane|Image Plane]].

<span id="Usage"></span>
==Użycie==
==Użycie==


Line 31: Line 35:
# Naciśnij przycisk {{Button|Otwórz}}.
# Naciśnij przycisk {{Button|Otwórz}}.


<span id="Options"></span>
==Opcje==
==Opcje==


* Naciśnij przycisk {{KEY|Esc}} lub przycisk {{Button|Anuluj}} aby przerwać wykonywanie polecenia.
* Naciśnij przycisk {{KEY|Esc}} lub przycisk {{Button|Anuluj}} aby przerwać wykonywanie polecenia.


<span id="Notes"></span>
==Uwagi==
==Uwagi==


Line 41: Line 47:
* Niektóre środowiska pracy mają dodatkowe polecenia importu. Zobacz stronę: [[Import_Export/pl|Import Export]].
* Niektóre środowiska pracy mają dodatkowe polecenia importu. Zobacz stronę: [[Import_Export/pl|Import Export]].


<span id="Preferences"></span>
==Ustawienia==
==Ustawienia==


Line 46: Line 53:
* Zapamiętana jest ostatnio używana lokalizacja pliku: {{MenuCommand|Przybory → Edycja parametrów ... → BaseApp → Preferences → General → FileOpenSavePath}}.
* Zapamiętana jest ostatnio używana lokalizacja pliku: {{MenuCommand|Przybory → Edycja parametrów ... → BaseApp → Preferences → General → FileOpenSavePath}}.
* Zapamiętany jest ostatni używany filtr eksportu: {{MenuCommand|Przybory → Edycja parametrów ... → BaseApp → Preferences → General → FileExportFilter}}.
* Zapamiętany jest ostatni używany filtr eksportu: {{MenuCommand|Przybory → Edycja parametrów ... → BaseApp → Preferences → General → FileExportFilter}}.

==Image Plane==

An Image Plane is a planar representation of an image in the [[3D_view|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===

# To edit an Image Plane do one of the following:
#* Double-click the Image Plane in the [[Tree_view|Tree view]].
#* Right-click the Image Plane in the Tree view and select {{MenuCommand|[[Image:Image-scaling.svg|16px]] Change image...}} from the context menu.
# A task panel opens.
# {{MenuCommand|Choose orientation}} options:
## Select the {{MenuCommand|XY}}, {{MenuCommand|XZ}} or {{MenuCommand|YZ}} plane of the global coordinate system.
## 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.
# {{MenuCommand|Scale image}} options:
#* Scale by numerical input:
#*# Optionally uncheck {{MenuCommand|Keep aspect ratio}} for unequal scaling.
#*# Enter a {{MenuCommand|Width}} and/or {{MenuCommand|Height}}.
#* Scale by picking points in the 3D view:
#*# Optionally check {{MenuCommand|Allow points outside the image}}.
#*# Press the {{Button|Interactive}} button.
#*# Pick two points.
#*# Enter the {{MenuCommand|Desired distance}}.
#*# Press the {{Button|Accept}} button.
# Press the {{Button|OK}} button to confirm the changes and close the task panel.

===Properties===

See also: [[Property_editor|Property editor]].

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

====Data====

{{TitleProperty|Image Plane}}

* {{PropertyData|Image File|FileIncluded}}: The image file used for the Image Plane. This file is stored in the {{FileName|.FCStd}} file.
* {{PropertyData|XSize|Length}}: The width of the Image Plane.
* {{PropertyData|YSize|Length}}: The height of the Image Plane.

====View====

{{TitleProperty|Object Style}}

* {{PropertyView|Lighting|Enumeration}}: How the Image Plane is illuminated in the [[3D_view|3D view]]. Can be {{value|Two side}} or {{value|One side}}.





Revision as of 21:48, 14 April 2023

Std: Importuj

Lokalizacja w menu
Plik → Importuj ...
Środowisko pracy
wszystkie
Domyślny skrót
Ctrl + I
Wprowadzono w wersji
-
Zobacz także
Otwórz, Import Export, Ustawienia Importu i Eksportu

Opis

Polecenie Importuj importuje geometrię z innego formatu pliku do aktywnego dokumentu. Obsługiwanych jest wiele formatów plików, a dla niektórych formatów istnieje wiele opcji importu. Zobacz stronę Import eksport, aby uzyskać więcej informacji.

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

Użycie

  1. Istnieje kilka sposobów na wywołanie tego polecenia:
    • Wybierz z menu opcję Plik → Importuj ....
    • Użyj skrótu klawiaturowego: Ctrl + I.
  2. Opcjonalnie wybierz odpowiedni format pliku w oknie dialogowym.
  3. Wybierz plik.
  4. Naciśnij przycisk Otwórz.

Opcje

  • Naciśnij przycisk Esc lub przycisk Anuluj aby przerwać wykonywanie polecenia.

Uwagi

Ustawienia

  • Zobacz stronę: Ustawienia Importu i Eksportu.
  • Zapamiętana jest ostatnio używana lokalizacja pliku: Przybory → Edycja parametrów ... → BaseApp → Preferences → General → FileOpenSavePath.
  • Zapamiętany jest ostatni używany filtr eksportu: Przybory → Edycja parametrów ... → BaseApp → Preferences → General → FileExportFilter.

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:
    1. Select the XY, XZ or YZ plane of the global coordinate system.
    2. Check Reverse direction to rotate the Image Plane 180 ° around its DANEPlacement DANEAxis.
    3. 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 in the 3D view:
      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

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

View

Object Style

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