Part CheckGeometry/es: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
(2 intermediate revisions by 2 users not shown)
Line 40: Line 40:
Resultados se informarán en el [[Task_panel/es|Panel de tareas]].
Resultados se informarán en el [[Task_panel/es|Panel de tareas]].
</div>
</div>

'''Note:''' FreeCAD has no automatic repair methods for solids, so you need to look at the steps involved to model this specific geometry and try to fix the error on your own.


==Options==
==Options==
Line 52: Line 50:


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
La función ComprobarGeometría comprueba si la [https://en.wikipedia.org/wiki/Boundary_representation Representación del límite] (BRep o [[Glosario#B|B-rep]]) del modelo es válida. Adicionalmente a esta comprobación de BRep, es posible tener una comprobación adicional de BOP (BOP= Boolean OPerations).
La función ComprobarGeometría comprueba si la [https://en.wikipedia.org/wiki/Boundary_representation Representación del límite] (BRep o B-rep) del modelo es válida. Adicionalmente a esta comprobación de BRep, es posible tener una comprobación adicional de BOP (BOP= Boolean OPerations).
</div>
</div>


Line 58: Line 56:


If ticked, any errors found are also logged in the [[Report_view|report view]]. {{Version|0.19}}
If ticked, any errors found are also logged in the [[Report_view|report view]]. {{Version|0.19}}

==Shape Content==

In addition to detecting potential geometry errors, this tool shows a range of properties regarding the selected object:
* Checked object
* Shape type
* Number of geometric entities: vertices, edges, wires, faces, shells, solids, compsolids, compounds, total shapes
* Geometric and mass properties:
** Area
** Volume
** Mass
** Length
** Center of mass
** Orientation
** Symmetry axis
** Symmetry point
** Moments
** First axis of inertia
** Second axis of inertia
** Third axis of inertia
** Radius of gyration
** Global placement

==Notes==

* [[App_Link|App Link]] objects linked to the appropriate object types and [[App_Part|App Part]] containers with the appropriate visible objects inside can also be checked using this tool. For [[App_Link|App Links]] the shape of the linked object is checked. For [[App_Part|App Part]] containers the visible objects within are checked as compounds. {{Version|0.20}}
* FreeCAD has no methods to automatically repair geometry. If faults are detected the steps involved to create the model need to be examined and fixed manually.





Revision as of 16:38, 6 May 2022

Pieza ComprobarGeometría

Ubicación en el Menú
Pieza → Comprobar geometría
Entornos de trabajo
Pieza
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Ninguno

Description

Descripción

La herramienta Pieza ComprobarGeometría ejecuta una verificación e informa si la geometría es un sólido válido.

Utilización

  1. Seleccione una pieza (tenga cuidado de seleccionar toda la pieza y no sólo una cara para comprobar que el sólido es válido)
  2. Invocar la herramienta ya sea:
    • Haciendo clic en el botón disponible en la barra de herramientas de la mesa de trabajo de la pieza.
    • Utilizando la entrada Pieza → Comprobar geometría en el menú superior.

Resultados se informarán en el Panel de tareas.

Options

Skip settings page

If ticked, subsequent invocations of the tool skip showing the Settings task panel.

Run BOP check

La función ComprobarGeometría comprueba si la Representación del límite (BRep o B-rep) del modelo es válida. Adicionalmente a esta comprobación de BRep, es posible tener una comprobación adicional de BOP (BOP= Boolean OPerations).

Log errors

If ticked, any errors found are also logged in the report view. introduced in version 0.19

Shape Content

In addition to detecting potential geometry errors, this tool shows a range of properties regarding the selected object:

  • Checked object
  • Shape type
  • Number of geometric entities: vertices, edges, wires, faces, shells, solids, compsolids, compounds, total shapes
  • Geometric and mass properties:
    • Area
    • Volume
    • Mass
    • Length
    • Center of mass
    • Orientation
    • Symmetry axis
    • Symmetry point
    • Moments
    • First axis of inertia
    • Second axis of inertia
    • Third axis of inertia
    • Radius of gyration
    • Global placement

Notes

  • App Link objects linked to the appropriate object types and App Part containers with the appropriate visible objects inside can also be checked using this tool. For App Links the shape of the linked object is checked. For App Part containers the visible objects within are checked as compounds. introduced in version 0.20
  • FreeCAD has no methods to automatically repair geometry. If faults are detected the steps involved to create the model need to be examined and fixed manually.