Std ProjectUtil/es: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/es |Name=Std ProjectUtil |Name/es=Std ProjectoUtil |MenuLocation=Hierramientas → Utilidad del proyecto... |Workbenches=Todo }}")
(Created page with "Con el comando '''Std ProjectoUtil''' puedes extraer archivos de un archivo de proyecto de FreeCAD ({{FileName|*.FCStd}}), que es de hecho un archivo [https://en.wikipedia.org...")
Line 19: Line 19:
==Descripción==
==Descripción==


With the '''Std ProjectUtil''' command you can extract files from a FreeCAD project file ({{FileName|*.FCStd}}), which is in fact a [https://en.wikipedia.org/wiki/Zip_(file_format) ZIP] file, and, after manual edits, create a new project file from them.
Con el comando '''Std ProjectoUtil''' puedes extraer archivos de un archivo de proyecto de FreeCAD ({{FileName|*.FCStd}}), que es de hecho un archivo [https://en.wikipedia.org/wiki/Zip_(file_format) ZIP], y, después de ediciones manuales, crear un nuevo archivo de proyecto a partir de ellos.


[[Image:Project_utility_en.png]]
[[Image:Project_utility_en.png]]

Revision as of 07:29, 14 July 2021

Std ProjectoUtil

Ubicación en el Menú
Hierramientas → Utilidad del proyecto...
Entornos de trabajo
Todo
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Ninguno

Descripción

Con el comando Std ProjectoUtil puedes extraer archivos de un archivo de proyecto de FreeCAD (*.FCStd), que es de hecho un archivo ZIP, y, después de ediciones manuales, crear un nuevo archivo de proyecto a partir de ellos.

The Project utility dialog box

Utilización

Extraer proyecto

  1. Select the Tools → Project utility... option from the menu.
  2. The Project utility dialog box opens.
  3. Press the ... button to the right of Extract project → Source.
  4. Select the *.FCStd file you want to edit.
  5. Press the ... button to the right of Extract project → Destination.
  6. Select a folder where the project file should be extracted. It is advisable to select an empty folder.
  7. Press the Extract button.
  8. Press the Close button to close the dialog box.

Manual ediciones

It is important to realize that the files inside a FreeCAD project file are interlinked. Only editing a single file will typically lead to errors. To make consistent edits across multiple files use a good code editor, such as Notepad++ (for the Windows OS).

Crea projecto

  1. Select the Tools → Project utility... option from the menu.
  2. The Project utility dialog box opens.
  3. Press the ... button to the right of Create project → Source.
  4. Select the Document.xml file. The command will be automatically find all linked files.
  5. Press the ... button to the right of Create project → Destination.
  6. Select a folder where the new project file should be created.
  7. Press the Create button.
  8. A new project file with a fixed name, project.fcstd, is created in the selected folder. There is no warning if a file with that name already exists.
  9. Optionally check the Load project file after creation checkbox.
  10. Press the Close button to close the dialog box.

Notas