Arch Reference/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Descripción==")
(Updating to match new version of source page)
 
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{GuiCommand|Name=Arch Reference|Workbenches=[[Arch Module|Arch]]|MenuLocation=Arch → Reference|Shortcut=|SeeAlso=[[Arch BuildingPart]]}}
{{Docnav/es
|[[Arch_Site/es|Sitio]]
|[[Arch_Window/es|Ventana]]
|[[Arch_Workbench/es|Arquitectura]]
|IconL=Arch_Site.svg
|IconR=Arch_Window.svg
|IconC=Workbench_Arch.svg
}}
</div>

<div class="mw-translate-fuzzy">
{{GuiCommand/es
|Name=Arch Reference
|Name/es=Arquitectura Referencia
|MenuLocation=Arquitectura → Referencia
|Workbenches=[[Arch_Workbench/es|Arquitectura]]
|SeeAlso=[[Arch_BuildingPart/es|Arquitectura EdificioPieza]]
}}
</div>


==Descripción==
==Descripción==
Line 7: Line 26:
[[Image:Arch reference screenshot.png|800px]]
[[Image:Arch reference screenshot.png|800px]]


<div class="mw-translate-fuzzy">
The Reference tool allows you to place an object in the current document that copies its shape and colors from an [[Part Workbench|Part]]-based object (including [[Arch BuildingPart]]) stored in another FreeCAD file. If that FreeCAD file changes, the reference object is marked to be reloaded.
La herramienta Referencia permite colocar un objeto en el documento actual que copia su forma y colores de un objeto basado en [[Part Workbench|Part]] (incluyendo [[Arch_BuildingPart|Arch BuildingPart]]) almacenado en otro archivo de FreeCAD. Si ese archivo de FreeCAD cambia, el objeto de referencia se marca para ser recargado.
</div>


==How to use==
==Utilización==


# Press the {{KEY|[[Image:Arch Reference.png|16px]] '''Arch Reference'''}} button
# Pulse el botón {{KEY|[[Image:Arch_Reference.svg|16px]] '''Arquitectura Referencia'''}} botón,
# Pulsa el botón "Elegir archivo..." y selecciona un archivo existente de FreeCAD,
# Press the "Choose file..." button and select an existing FreeCAD file
# Selecciona uno de los objetos basados en la Parte incluidos en la lista desplegable,
# Select one of the included Part-based objects from the drop-down list
# Press '''OK'''
# Pulsa '''OK'''.


==Options==
==Opciones==


* El objeto de referencia puede ser movido y rotado, la posición actual se mantendrá después de recargar el objeto.
* The reference object can be moved and rotated, the current position will be retained after reloading the object
* Si el objeto original se mueve en el archivo contenedor, este movimiento se reflejará en el objeto de referencia.
* If the original object gets moved in containing file, this movement will reflect in the reference object
* Haciendo clic con el botón derecho en un objeto de referencia en la vista de árbol, tiene las opciones de recargar el objeto original o abrir el archivo que lo contiene.
* By right-clicking a Reference object in the tree view, you have the options to reload the original object, or open the containing file
* Para referenciar varios objetos a la vez, colóquelos dentro de una [[Arch_BuildingPart/es|Arquitectura EdificioPieza]].
* To reference several object at once, place them inside an [[Arch BuildingPart]]
* Al desactivar la propiedad de la vista '''Actualizar colores''' de la Referencia, ya no se recargarán los colores originales, por lo que puede cambiarlos con seguridad.
* When turning off the '''Update Colors''' view property of the Reference, it son't reload the original colors anymore, so you can safely change them


==Properties==
==Propiedades==


* {{PropertyData|File}}: The base file this component is built upon
* {{PropertyData|Archivo}}: El archivo base sobre el que se construye este componente
* {{PropertyData|Part}}: The part to use from the base file
* {{PropertyData|Pieza}}: La pieza a utilizar del archivo base
* {{PropertyView|Update Colors}}: If true, the colors from the linked file will be kept updated
* {{PropertyView|Actualizar Colores}}: Si es verdadero, los colores del archivo vinculado se mantendrán actualizados


==Scripting==
==Guión==


La herramienta Referencia puede utilizarse en [[macros/es|macros]] y desde la consola de python utilizando la siguiente función:
The BuildingPart tool can by used in [[macros]] and from the python console by using the following function:
{{Code|code=
{{Code|code=
makeReference ([file_path,object_name])
makeReference ([file_path,object_name])
}}
}}


crea un objeto Referencia a partir del objeto dado en el archivo dado.
creates a Reference object from the given object in the given file.


Ejemplo:
Example:
{{Code|code=
{{Code|code=
import Arch
import Arch
Arch.makeReference("/path/to/some/file.FSCtd","myPart")
Arch.makeReference("/path/to/some/file.FSCtd","myPart")
}}
}}


<div class="mw-translate-fuzzy">
{{Docnav/es
|[[Arch_Site/es|Sitio]]
|[[Arch_Window/es|Ventana]]
|[[Arch_Workbench/es|Arquitectura]]
|IconL=Arch_Site.svg
|IconR=Arch_Window.svg
|IconC=Workbench_Arch.svg
}}
</div>

{{Arch Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 11:57, 16 March 2022

Arquitectura Referencia

Ubicación en el Menú
Arquitectura → Referencia
Entornos de trabajo
Arquitectura
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Arquitectura EdificioPieza

Descripción

La herramienta Referencia permite colocar un objeto en el documento actual que copia su forma y colores de un objeto basado en Part (incluyendo Arch BuildingPart) almacenado en otro archivo de FreeCAD. Si ese archivo de FreeCAD cambia, el objeto de referencia se marca para ser recargado.

Utilización

  1. Pulse el botón Arquitectura Referencia botón,
  2. Pulsa el botón "Elegir archivo..." y selecciona un archivo existente de FreeCAD,
  3. Selecciona uno de los objetos basados en la Parte incluidos en la lista desplegable,
  4. Pulsa OK.

Opciones

  • El objeto de referencia puede ser movido y rotado, la posición actual se mantendrá después de recargar el objeto.
  • Si el objeto original se mueve en el archivo contenedor, este movimiento se reflejará en el objeto de referencia.
  • Haciendo clic con el botón derecho en un objeto de referencia en la vista de árbol, tiene las opciones de recargar el objeto original o abrir el archivo que lo contiene.
  • Para referenciar varios objetos a la vez, colóquelos dentro de una Arquitectura EdificioPieza.
  • Al desactivar la propiedad de la vista Actualizar colores de la Referencia, ya no se recargarán los colores originales, por lo que puede cambiarlos con seguridad.

Propiedades

  • DatosArchivo: El archivo base sobre el que se construye este componente
  • DatosPieza: La pieza a utilizar del archivo base
  • VistaActualizar Colores: Si es verdadero, los colores del archivo vinculado se mantendrán actualizados

Guión

La herramienta Referencia puede utilizarse en macros y desde la consola de python utilizando la siguiente función:

makeReference ([file_path,object_name])

crea un objeto Referencia a partir del objeto dado en el archivo dado.

Ejemplo:

import Arch
Arch.makeReference("/path/to/some/file.FSCtd","myPart")