Part CheckGeometry/es: Difference between revisions

From FreeCAD Documentation
(Created page with "Resultados se informarán en el Panel de tareas.")
(Updating to match new version of source page)
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
{{Docnav/es
{{Docnav/es
|[[Part_RefineShape/es|RefinarForma]]
|[[Part_RefineShape/es|RefinarForma]]
|[[Part_Defeaturing/es|Defeaturing]]
|[[Part_Defeaturing/es|Defeaturing]]
|[[Part_Module/es|Pieza]]
|[[Part_Workbench/es|Pieza]]
|IconL=Part_RefineShape.svg
|IconL=Part_RefineShape.svg
|IconR=Part_Defeaturing.svg
|IconR=Part_Defeaturing.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
{{GuiCommand/es
{{GuiCommand/es
|Name=Part CheckGeometry‏‎
|Name=Part CheckGeometry‏‎
|Name/es=Pieza ComprobarGeometría
|Name/es=Pieza ComprobarGeometría
|MenuLocation=Pieza → Comprobar geometría
|MenuLocation=Pieza → Comprobar geometría
|Workbenches=[[Part_Module/es|Pieza]]
|Workbenches=[[Part_Workbench/es|Pieza]]
}}
}}
</div>


==Description==

<div class="mw-translate-fuzzy">
==Descripción==
==Descripción==
La herramienta {{Button|[[Image:Part_CheckGeometry.svg|16px]] [[Part_CheckGeometry/es|Pieza ComprobarGeometría]]}} ejecuta una verificación e informa si la geometría es un sólido válido.
La herramienta {{Button|[[Image:Part_CheckGeometry.svg|16px]] [[Part_CheckGeometry/es|Pieza ComprobarGeometría]]}} ejecuta una verificación e informa si la geometría es un sólido válido.
</div>


==Utilización==
==Utilización==


<div class="mw-translate-fuzzy">
# 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)
# 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)
# Invocar la herramienta ya sea:
# Invocar la herramienta ya sea:
#* Haciendo clic en el botón {{Button|[[Image:Part_CheckGeometry.svg|16px]]}} disponible en la barra de herramientas de la mesa de trabajo de la pieza.
#* Haciendo clic en el botón {{Button|[[Image:Part_CheckGeometry.svg|16px]]}} disponible en la barra de herramientas de la mesa de trabajo de la pieza.
#* Utilizando la entrada {{MenuCommand|Pieza → [[Image:Part_CheckGeometry.svg|16px]] Comprobar geometría}} en el menú superior.
#* Utilizando la entrada {{MenuCommand|Pieza → [[Image:Part_CheckGeometry.svg|16px]] Comprobar geometría}} en el menú superior.
</div>


<div class="mw-translate-fuzzy">
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>

==Options==


===Skip settings page===
==Activar control BOP adicional==


If ticked, subsequent invocations of the tool skip showing the {{MenuCommand|Settings}} task panel.
The function CheckGeometry checks if the [https://en.wikipedia.org/wiki/Boundary_representation Boundary representation] (BRep or [[Glossary#B|B-rep]]) of the model is valid. Additionally to this BRep check, it is possible to have an additional BOP (BOP= Boolean OPerations) check.


===Run BOP check===
Beginning with version 0.19 there is a settings panel in the CheckGeometry results with a checkbox for toggling this on or off. For users of earlier versions, to activate the BOP check follow these steps :
# Use the menu {{menuCommand|Tools → Edit parameters... → Preferences → Mod → Part → CheckGeometry}}
# In the right pane double right-click on the ''RunBOPCheck'' parameter to change its value to '''true'''
# Click {{Button|Save to disk}}, close and restart.
See the screenshot below.


<div class="mw-translate-fuzzy">
If the parameter or folder does not exist, create it by:
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).
# Right-clicking on '''Part''' and choosing {{KEY|Add sub-group}}
</div>
# Name the sub-group {{incode|CheckGeometry}}
# Make sure the feshly created sub-group {{incode|CheckGeometry}} is selected
# Right-clicking in the right (empty) window and choosing {{KEY|New Boolean Item}}
# Name the new Boolean item {{incode|RunBOPCheck}} and make sure it is set to ''True''
# Press the {{Button|Save to disk}} button
# Close and restart.


===Log errors===


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


==Shape Content==


In addition to detecting potential geometry errors, this tool shows a range of properties regarding the selected object:
==Run check and interpret results==
* Checked object
# Select within the [[Tree_view|tree view]] one or more objects to check
* Shape type
# Press the [[Image:Part_CheckGeometry.svg|24px]] [[Part_CheckGeometry|CheckGeometry]] button.
* Number of geometric entities: vertices, edges, wires, faces, shells, solids, compsolids, compounds, total shapes
#: Result: A report will display on the left side of the screen showing the result of the scan ({{VersionPlus|0.19}} any errors found are also logged in the [[Report_view|report view]] if logging is enabled in preferences)
* Geometric and mass properties:
# If the scan turned up errors: click in the report window on a specific error message and the corresponding geometric object (edge/face ...) will be highlighted in the [[3D_view|3D view]]
** Area
#: '''Note:''' At the moment FreeCAD has no automatic repair methods for solids, so you need to look at the steps used in FreeCAD to model this specific geometry and try to fix the error yourself
** 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}}
[[Image:GeometryCheck_Errors.jpg]]
* 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.




<div class="mw-translate-fuzzy">
{{Docnav/es
{{Docnav/es
|[[Part_RefineShape/es|RefinarForma]]
|[[Part_RefineShape/es|RefinarForma]]
|[[Part_Defeaturing/es|Defeaturing]]
|[[Part_Defeaturing/es|Defeaturing]]
|[[Part_Module/es|Pieza]]
|[[Part_Workbench/es|Pieza]]
|IconL=Part_RefineShape.svg
|IconL=Part_RefineShape.svg
|IconR=Part_Defeaturing.svg
|IconR=Part_Defeaturing.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
}}
}}
</div>


{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

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.