Std Import/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
|[[Std_Revert|Revert]]
|[[Std_Export|Export]]
|[[Std_File_Menu|Std File Menu]]
|IconL=Std_Revert.svg
|IconR=Std_Export.svg
|IconC=Freecad.svg
}}

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/es|Name=Std_Import|Name/es=Std_Import|Workbenches=Todos|MenuLocation=Archivo → Importar|Shortcut=CTRL+I|SeeAlso=[[Std_Open/es|Std Open]], [[Std_Save/es|Std_Save]]...}}
{{GuiCommand/es|Name=Std_Import|Name/es=Std_Import|Workbenches=Todos|MenuLocation=Archivo → Importar|Shortcut=CTRL+I|SeeAlso=[[Std_Open/es|Std Open]], [[Std_Save/es|Std_Save]]...}}
</div>
</div>


==Description==

<div class="mw-translate-fuzzy">
Añade en el documento actual el contenido de un fichero creado con otra aplicación. Estan soportados varios formatos de archivo:
Añade en el documento actual el contenido de un fichero creado con otra aplicación. Estan soportados varios formatos de archivo:
'''[http://en.wikipedia.org/wiki/IGES .IGES], [http://es.wikipedia.org/wiki/ISO_10303 .STEP], [http://en.wikipedia.org/wiki/Boundary_representation .BREP], [http://en.wikipedia.org/wiki/STL_%28file_format%29 .STL], [http://en.wikipedia.org/wiki/Wavefront_.obj_file .OBJ], [http://en.wikipedia.org/wiki/PLY_%28file_format%29 .PLY]''', etc.
'''[http://en.wikipedia.org/wiki/IGES .IGES], [http://es.wikipedia.org/wiki/ISO_10303 .STEP], [http://en.wikipedia.org/wiki/Boundary_representation .BREP], [http://en.wikipedia.org/wiki/STL_%28file_format%29 .STL], [http://en.wikipedia.org/wiki/Wavefront_.obj_file .OBJ], [http://en.wikipedia.org/wiki/PLY_%28file_format%29 .PLY]''', etc.
</div>


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

==Usage==

<div class="mw-translate-fuzzy">
Cuando se carga, el fichero es '''incorporado''' al proyecto actual (que debe estar abierto). Si lo que deseas es cargar un nuevo archivo en una nueva ventana, usa el comando '''[[Std_Open/es|Std_Open]]'''.
Cuando se carga, el fichero es '''incorporado''' al proyecto actual (que debe estar abierto). Si lo que deseas es cargar un nuevo archivo en una nueva ventana, usa el comando '''[[Std_Open/es|Std_Open]]'''.
</div>

==Options==

* Press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.

==Notes==

* To convert an imported [[Mesh_Workbench|mesh object]] into a solid see the [[Import_from_STL_or_OBJ|Import from STL or OBJ]] tutorial.
* To import into a new document you can use the [[Std_Open|Std Open]] command.
* Some workbenches have additional import commands. See [[Import_Export|Import Export]].

==Preferences==

* See [[Import_Export_Preferences|Import Export Preferences]].

==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 96px/inch resolution.

===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.
# If the Image Plane is not plane-parallel to the XY, XZ or YZ plane of the global coordinate system, it is realigned to be plane-parallel to the XY plane.
# The {{MenuCommand|Image plane settings}} task panel opens.
# Optionally select the {{MenuCommand|XY-Plane}}, {{MenuCommand|XZ-Plane}} or {{MenuCommand|YZ-Plane}} of the global coordinate system.
# Check {{MenuCommand|Reverse direction}} to rotate the Image Plane 180°. The rotation axis depends on the selected plane. For the XY plane it is the global X axis. For the XZ and YZ plane it is the global Z axis.
# The {{MenuCommand|Offset}}, {{MenuCommand|X distance}} and {{MenuCommand|Y distance}} are relative to the coordinate system of the Image Plane. 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|Transparency}}.
# {{MenuCommand|Image size}} 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:
#*# Press the {{Button|Calibrate}} button.
#*# Pick two points inside the image.
#*# A dimension line is displayed.
#*# Enter the desired dimension.
#*# Press {{KEY|Enter}} or the {{Button|Apply}} 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}}
Los archivos de proyecto de FreeCAD tienen la extensión '''"FCStd"'''. Para obtener más información sobre la estructura interna de los archivos de proyecto de FreeCAD (o documentos FreeCAD), lee el artículo [[File_Format_FCStd/es|Formato del archivo FCStd]].


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


Otros articulos sugeridos:


{{Docnav
* [[Document_structure/es| Estructura del archivo generado con FreeCAD ]]
|[[Std_Revert|Revert]]
|[[Std_Export|Export]]
|[[Std_File_Menu|Std File Menu]]
|IconL=Std_Revert.svg
|IconR=Std_Export.svg
|IconC=Freecad.svg
}}


{{Std_Base_navi{{#translation:}}}}
{{Std Base navi}}
{{Userdocnavi}}
{{Userdocnavi{{#translation:}}}}
[[Category:File_Formats{{#translation:}}]]
{{clear}}

Latest revision as of 11:53, 21 April 2024

Std_Import

Ubicación en el Menú
Archivo → Importar
Entornos de trabajo
Todos
Atajo de teclado por defecto
CTRL+I
Introducido en versión
-
Ver también
Std Open, Std_Save...

Description

Añade en el documento actual el contenido de un fichero creado con otra aplicación. Estan soportados varios formatos de archivo: .IGES, .STEP, .BREP, .STL, .OBJ, .PLY, etc.

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

Usage

Cuando se carga, el fichero es incorporado al proyecto actual (que debe estar abierto). Si lo que deseas es cargar un nuevo archivo en una nueva ventana, usa el comando Std_Open.

Options

  • Press Esc or the Cancel button to abort the command.

Notes

Preferences

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 96px/inch resolution.

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. If the Image Plane is not plane-parallel to the XY, XZ or YZ plane of the global coordinate system, it is realigned to be plane-parallel to the XY plane.
  3. The Image plane settings task panel opens.
  4. Optionally select the XY-Plane, XZ-Plane or YZ-Plane of the global coordinate system.
  5. Check Reverse direction to rotate the Image Plane 180°. The rotation axis depends on the selected plane. For the XY plane it is the global X axis. For the XZ and YZ plane it is the global Z axis.
  6. The Offset, X distance and Y distance are relative to the coordinate system of the Image Plane. A small negative offset can be useful when tracing the image with a sketch or Draft geometry.
  7. Optionally change the Transparency.
  8. 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 inside the image.
      3. A dimension line is displayed.
      4. Enter the desired dimension.
      5. Press Enter or the Apply button.
  9. 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

  • DatosImage File (FileIncluded): The image file used for the Image Plane. This file is stored in the .FCStd file.
  • DatosXSize (Length): The width of the Image Plane.
  • DatosYSize (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.