Mesh Workbench/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 34: Line 34:
* [[Image: Mesh MeshFromShape.png | 32px]] [[Mesh MeshFromShape | Create Mesh from shape]]: convierte objetos [[Part_Workbench/es | Part]] en mallas
* [[Image: Mesh MeshFromShape.png | 32px]] [[Mesh MeshFromShape | Create Mesh from shape]]: convierte objetos [[Part_Workbench/es | Part]] en mallas


<div class="mw-translate-fuzzy">
* [[Image:Mesh_RemeshGmsh.svg|32px]] [[Mesh_RemeshGmsh/rs|Refinamiento...]]: Refina un objeto de malla. {{Version/es|0.19}}
* [[Image:Mesh_RemeshGmsh.svg|32px]] [[Mesh_RemeshGmsh/rs|Refinamiento...]]: Refina un objeto de malla. {{Version/es|0.19}}
</div>


* Analizar
* Analizar
Line 65: Line 67:
* [[Image:Mesh_Smoothing.svg|32px]] [[Mesh_Smoothing|Smooth...]]: Smooths mesh objects.
* [[Image:Mesh_Smoothing.svg|32px]] [[Mesh_Smoothing|Smooth...]]: Smooths mesh objects.


* [[Image:Mesh_Decimating.svg|32px]] [[Mesh_Decimating|Decimation...]]: Reduces the number of faces in mesh objects. {{Version|0.19}}
* [[Image:Mesh_Decimating.svg|32px]] [[Mesh_Decimating|Decimation...]]: Reduces the number of faces in mesh objects.


* [[Image:Mesh_Scale.svg|32px]] [[Mesh_Scale|Scale...]]: Scales mesh objects.
* [[Image:Mesh_Scale.svg|32px]] [[Mesh_Scale|Scale...]]: Scales mesh objects.
Line 81: Line 83:
** [[Image:Mesh_TrimByPlane.svg|32px]] [[Mesh_TrimByPlane|Trim mesh with a plane]]: Trims faces and parts of faces on one side of a plane from a mesh object.
** [[Image:Mesh_TrimByPlane.svg|32px]] [[Mesh_TrimByPlane|Trim mesh with a plane]]: Trims faces and parts of faces on one side of a plane from a mesh object.
** [[Image:Mesh_SectionByPlane.svg|32px]] [[Mesh_SectionByPlane|Create section from mesh and plane]]: Creates a cross section across a mesh object.
** [[Image:Mesh_SectionByPlane.svg|32px]] [[Mesh_SectionByPlane|Create section from mesh and plane]]: Creates a cross section across a mesh object.
** [[Image:Mesh_CrossSections.svg|32px]] [[Mesh_CrossSections|Cross-sections...]]: Creates multiple cross sections across mesh objects. {{Version|0.19}}
** [[Image:Mesh_CrossSections.svg|32px]] [[Mesh_CrossSections|Cross-sections...]]: Creates multiple cross sections across mesh objects.


* [[Image:Mesh_Merge.svg|32px]] [[Mesh_Merge|Merge]]: Creates a mesh object by combining the meshes of two or more mesh objects.
* [[Image:Mesh_Merge.svg|32px]] [[Mesh_Merge|Merge]]: Creates a mesh object by combining the meshes of two or more mesh objects.


* [[Image:Mesh_SplitComponents.svg|32px]] [[Mesh_SplitComponents|Split by components]]: Splits a mesh object into its components. {{Version|0.19}}
* [[Image:Mesh_SplitComponents.svg|32px]] [[Mesh_SplitComponents|Split by components]]: Splits a mesh object into its components.


* [[Image:MeshPart_CreateFlatMesh.svg|32px]] [[MeshPart_CreateFlatMesh|Unwrap Mesh]]: Creates a flat representation of a mesh object. {{Version|0.19}}
* [[Image:MeshPart_CreateFlatMesh.svg|32px]] [[MeshPart_CreateFlatMesh|Unwrap Mesh]]: Creates a flat representation of a mesh object.


* [[Image:MeshPart_CreateFlatFace.svg|32px]] [[MeshPart_CreateFlatFace|Unwrap Face]]: Creates a flat representation of a face of a shape object. {{Version|0.19}}
* [[Image:MeshPart_CreateFlatFace.svg|32px]] [[MeshPart_CreateFlatFace|Unwrap Face]]: Creates a flat representation of a face of a shape object.


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

Revision as of 15:40, 18 May 2023

El icono del Ambiente de trabajo Mesh

Introducción

El Ambiente de trabajo Mallas maneja triangle mesh. Mallas son un tipo especial de objeto 3D, compuesto por areas triangulares conectadas por sus vértices y aristas.

Muchas aplicaciones 3D, como Sketchup, Blender, Autodesk Maya y Autodesk 3ds Max utilizan mallas como tipo principal de objeto 3D. Dado que las mallas son objetos muy sencillos, que sólo contienen vértices (puntos), aristas y caras triangulares, son muy fáciles de crear, modificar, subdividir y estirar, y pueden pasarse fácilmente de una aplicación a otra sin pérdida de detalles. Además, como las mallas contienen datos muy simples, las aplicaciones 3D suelen poder gestionar cantidades muy grandes de ellas sin utilizar muchos recursos. Por estas razones, las mallas suelen ser el tipo de objeto 3D preferido para las aplicaciones que se ocupan de las películas, la animación y la creación de imágenes.

Sin embargo, en el campo de la ingeniería las mallas presentan una gran limitación: no pueden definir con precisión las superficies curvas. Por eso FreeCAD se basa en Brep en su lugar. El Mesh Workbench ofrece algunos comandos para manipular directamente las mallas, pero se utiliza más a menudo para importar datos de malla 3D y convertirlos en un sólido para su uso con el Ambiente de trabajo Piezas o Ambiente de trabajo DiseñoPiezas.

Herramientas

Todas las herramientas del ambiente de trabajo Malla se puede acceder a desde el menú Mallas. Casi todas están también disponibles en una de las barras de herramientas de malla.

  • Import Mesh: Importar mallas en varios formatos de archivo
  • Close hole: Fills selected holes in mesh objects.
  • Add triangle: Adds faces along a boundary of an open mesh object.
  • Booleano
    • Unión: Crea un objeto de malla que es la unión de dos objetos de malla.
    • Intersección: Crea un objeto de malla que es la intersección de dos objetos de malla.
    • Diferencia: Crea un objeto de malla que es la diferencia de dos objetos de malla.
  • Merge: Creates a mesh object by combining the meshes of two or more mesh objects.
  • Unwrap Mesh: Creates a flat representation of a mesh object.
  • Unwrap Face: Creates a flat representation of a face of a shape object.

Preferencias

Hay algunas preferencias de exportación relacionadas con los formatos de malla pero no son utilizadas por los comandos pertenecientes a este ambiente de trabajo. Son utilizadas por el comando Std Exportar.

Mesh Workbench preferences can be found in the following categories of the Preferences Editor:

Notas