Part CheckGeometry: Difference between revisions

From FreeCAD Documentation
(Grammar)
(Marked this version for translation)
Line 19: Line 19:
}}
}}


==Description==
==Description== <!--T:73-->


<!--T:3-->
<!--T:3-->
Line 36: Line 36:
Results will be reported in the [[Task_panel|Task panel]]. If the check produced errors: click in the report on a specific error message and the corresponding geometric object (edge, face, etc.) will be highlighted in the [[3D_view|3D view]].
Results will be reported in the [[Task_panel|Task panel]]. If the check produced errors: click in the report on a specific error message and the corresponding geometric object (edge, face, etc.) will be highlighted in the [[3D_view|3D view]].


<!--T:74-->
'''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.
'''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== <!--T:75-->


===Skip settings page===
===Skip settings page=== <!--T:76-->


<!--T:77-->
If ticked, subsequent invocations of the tool skip showing the {{MenuCommand|Settings}} task panel.
If ticked, subsequent invocations of the tool skip showing the {{MenuCommand|Settings}} task panel.


===Run BOP check===
===Run BOP check=== <!--T:78-->


<!--T:7-->
<!--T:7-->
If ticked, additionally a Boolean OPerations (BOP) check is performed. {{Version|0.19}}
If ticked, additionally a Boolean OPerations (BOP) check is performed. {{Version|0.19}}


===Log errors===
===Log errors=== <!--T:79-->


<!--T:80-->
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}}



Revision as of 18:23, 14 August 2021

Part CheckGeometry‏‎

Menu location
Part → Check geometry
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
None

Description

The Part CheckGeometry tool runs a verification and reports if geometry is a valid solid. The tool checks if the Boundary representation (BRep or B-rep) of the model is valid.

Usage

  1. Select a part (beware to select the whole part and not just a face to check for valid solid)
  2. Invoke the tool by either:
    • Clicking on the CheckGeometry button available in the Part workbench toolbar.
    • Using the Part → Check geometry entry from the top menu.
  3. The Settings task panel opens, unless Skip settings page is enabled. See Options for more information. Click Run check.

Results will be reported in the Task panel. If the check produced errors: click in the report on a specific error message and the corresponding geometric object (edge, face, etc.) will be highlighted in the 3D view.

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

Skip settings page

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

Run BOP check

If ticked, additionally a Boolean OPerations (BOP) check is performed. introduced in version 0.19

Log errors

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