Part CheckGeometry: Difference between revisions

From FreeCAD Documentation
No edit summary
m (Docnav)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
{{Docnav|[[Part RefineShape|Refine shape]]|[[Std Measure Menu|Measure]]|[[Part_Module|Part]]|IconL=Part RefineShape.png|IconC=Workbench_Part.svg|IconR=Part_Measure_Linear.svg}}

<!--T:2-->
<!--T:2-->
{{GuiCommand|Name=Part CheckGeometry‏‎|MenuLocation=Part → Check geometry|Workbenches=[[Part Workbench|Part]]|SeeAlso=}}
{{GuiCommand|Name=Part CheckGeometry‏‎|MenuLocation=Part → Check geometry|Workbenches=[[Part Workbench|Part]]|SeeAlso=}}
Line 18: Line 20:
<!--T:7-->
<!--T:7-->
If you want to enable the extra BOP (BOP= Boolean OPerations) checks then follow these steps :
If you want to enable the extra BOP (BOP= Boolean OPerations) checks then follow these steps :
Tools menu > Edit Parameters > Preferences > Mod > Part > CheckGeometry
Tools menu Edit Parameters Preferences Mod Part CheckGeometry
then in the right pane double click under Value for the RunBOPCheck parameter and set to true, then click Save to disk, close and restart.
then in the right pane double click under Value for the RunBOPCheck parameter and set to true, then click Save to disk, close and restart.
See the screenshot below.
See the screenshot below.
Line 24: Line 26:
<!--T:8-->
<!--T:8-->
If the parameter or folder does not exist, you can create by
If the parameter or folder does not exist, you can create by
*choosing "Tools > Edit Parameters ..." from the top menu
*choosing "Tools Edit Parameters ..." from the top menu
*unfold the group "Preferences"
*unfold the group "Preferences"
*unfold the group "Mod"
*unfold the group "Mod"
Line 44: Line 46:
*if your scan turned up errors you may click in the report window on a specific error message and the corresponding geometric object (edge/face ...) will be highlighted in the 3D view
*if your scan turned up errors you may click in the report window on a specific error message and the corresponding geometric object (edge/face ...) will be highlighted in the 3D view
*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
*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

</translate>


[[Image:GeometryCheck_Errors.jpg]]
[[Image:GeometryCheck_Errors.jpg]]


{{Docnav|[[Part RefineShape|Refine shape]]|[[Std Measure Menu|Measure]]|[[Part_Module|Part]]|IconL=Part RefineShape.png|IconC=Workbench_Part.svg|IconR=Part_Measure_Linear.svg}}

{{Part Tools navi}}

{{Userdocnavi}}

</translate>

Revision as of 17:41, 13 February 2019

Part CheckGeometry‏‎

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

Introduction

The check geometry tool allows you to verify if you have a valid solid

Usage

The tool is available in the Part workbench under Part menu or with the button in the Boolean toolbar. Select a part (beware to select the whole part and not just a face to check for valid solid) then launch the tool. You will see results in the Task panel.

Activate extra BOP check

If you want to enable the extra BOP (BOP= Boolean OPerations) checks then follow these steps : Tools menu → Edit Parameters → Preferences → Mod → Part → CheckGeometry then in the right pane double click under Value for the RunBOPCheck parameter and set to true, then click Save to disk, close and restart. See the screenshot below.

If the parameter or folder does not exist, you can create by

  • choosing "Tools → Edit Parameters ..." from the top menu
  • unfold the group "Preferences"
  • unfold the group "Mod"
  • unfold the group "Part"
  • right-cklick on part and choose "Add sub-group"
  • name the sub-group "CheckGeometry"
  • make sure the (just created) sub-group "CheckGeometry" is selected and right-click in the RIGHT (empty) window and choose "New Boolean Item"
  • name the new boolean item "RunBOPCheck" and make sure it is set to "true"


File:PartCheckGeometry.png

Run Check and interpret results

  • select in the tree view one or more objects you like to check
  • click on
  • you will get a report on the left side of the screen showing the result of the scan
  • if your scan turned up errors you may click in the report window on a specific error message and the corresponding geometric object (edge/face ...) will be highlighted in the 3D view
  • 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