Part CheckGeometry/es: Difference between revisions

From FreeCAD Documentation
(Created page with "==Utilización==")
(Updating to match new version of source page)
(15 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">
# Select a part (beware to select the whole part and not just a face to check for valid solid)
# 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)
# Invoke the tool by either:
# Invocar la herramienta ya sea:
#* Clicking on the {{Button|[[Image:Part_CheckGeometry.svg|16px]]}} button available in the Part workbench toolbar.
#* Using the {{MenuCommand|Part → [[Image:Part_CheckGeometry.svg|16px]] Check geometry}} entry from the top menu.
#* 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.
</div>


<div class="mw-translate-fuzzy">
Results will be reported in the [[Task_panel|Task panel]].
Resultados se informarán en el [[Task_panel/es|Panel de tareas]].
</div>


==Options==
==Activate additional BOP check==


===Skip settings page===
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.


If ticked, subsequent invocations of the tool skip showing the {{MenuCommand|Settings}} task panel.
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.


===Run BOP check===
If the parameter or folder does not exist, create it by:
# Right-clicking on '''Part''' and choosing {{KEY|Add sub-group}}
# 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.


<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 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>


===Log errors===
[[File:PartCheckGeometry.png]]


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


==Shape Content==
==Run check and interpret results==
# Select within the [[Tree_view|tree view]] one or more objects to check
# Press the [[Image:Part_CheckGeometry.svg|24px]] [[Part_CheckGeometry|CheckGeometry]] button.
#: 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)
# 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]]
#: '''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


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==
[[Image:GeometryCheck_Errors.jpg]]


* [[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.



{{Docnav
<div class="mw-translate-fuzzy">
|[[Part_RefineShape|RefineShape]]
{{Docnav/es
|[[Part_Defeaturing|Defeaturing]]
|[[Part_RefineShape/es|RefinarForma]]
|[[Part_Module|Part]]
|[[Part_Defeaturing/es|Defeaturing]]
|[[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.