PartDesign Preferences
Introduction
The Part Workbench and the
PartDesign Workbench use the same preferences. They can be found in the Preferences Editor. In the menu select Edit → Preferences... and then
Part/Part Design. This group is only available if one of the workbenches has been loaded in the current FreeCAD session.
Some advanced preferences can only be changed in the Parameter editor. See Fine-tuning.
This page has been updated for version 1.0.
Available preferences
There are three pages: General, Shape view and Shape appearance.
General
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/Preferences_PartDesign_Page_General.png)
On this page you can specify the following:
+++ | Name | Description | +=====================================================================================+=========================================================================================================================================================================================================================+ | | If checked, the Boundary representation (BRep) of the model is validated after boolean operations. | | Automatically check model after boolean operation | | | | | +++ | | If checked, the model is refined after boolean operations. | | Automatically refine model after boolean operation | | | | | +++ | | If checked, the model is refined after changes to source sketches of objects. | | Automatically refine model after sketch-based operation | | | | | +++ | | If checked, Bodies can have multiple solids. (v1.0) | | Allow multiple solids in Part Design Body by default (experimental) | | | | | +++
Shape view
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/Preferences_PartDesign_Page_Shape_view.png)
On this page you can specify the following:
+++ | Name | Description | +=======================================================================+========================================================================================================================================================================================================================================+ | | The maximum linear deflection of the tessellated objects from their surface. | | Maximum deviation depending on the model bounding box | | | | | +++ | | The maximum angular deflection from one tessellated object section to the next section. | | Maximum angular deflection | | | | | +++
Shape appearance
![](https://raw.githubusercontent.com/FreeCAD/FreeCAD-documentation/master/wiki/images/Preferences_PartDesign_Page_Shape_appearance.png)
An explanation of the colors can be found here.
On this page you can specify the following:
+++ | Name | Description | +========================================+======================================================================================================================================================================================================================+ | | The diffuse color for new shapes. If the option Random is set, a random color is used instead. | | Shape color | | | | | +++ | | The ambient color for new shapes. (v1.0) | | Ambient shape color | | | | | +++ | | The emissive color for new shapes. (v1.0) | | Emissive shape color | | | | | +++ | | The specular color for new shapes. (v1.0) | | Specular shape color | | | | | +++ | | The transparency for new shapes. (v0.21) | | Shape transparency | | | | | +++ | | The shininess for new shapes. (v1.0) | | Shape shininess | | | | | +++ | | The line color for new shapes. | | Line color | | | | | +++ | | The line thickness for new shapes. | | Line width | | | | | +++ | | The color for new vertices. | | Vertex color | | | | | +++ | | The size for new vertices. | | Vertex size | | | | | +++ | | The color of bounding boxes in the 3D view. | | Bounding box color | | | | | +++ | | The font size of bounding boxes in the 3D view. (v1.0) | | Bounding box font size | | | | | +++ | | If checked, the color of the interior side of faces will be the same as the exterior side. If not checked either the backlight color, if enabled, or black is used instead. | | Two-side rendering | | | | | +++ | | The text color for new document annotations. | | Text color | | | | Currently these annotations can only be added by using the Python console: | | | | | | | +++
Tessellation
In order to display an object efficiently its surface is tessellated, i.e. it is displayed with some small deviations from its real surface. This applies not only to PartDesign models, but also to other objects in FreeCAD.
There is a lower limit for the tessellation of 0.01%. If you really want to spend the additional time you can reduce the lower limit even further by opening the Parameter editor.
In the Parameter editor navigate to BaseApp → Preferences → Mod → Part, right-click on MeshDeviation, and choose Change value from the context menu. Set the value to the minimum tessellation of your choice. Please keep in mind that the value is in %, i.e. for a value of 0.005% you have to enter {{Value|0.00005}}. The smallest possible value is {{Value|1e-7}}. Note that in the Preferences Editor you will still see 0.01% even if you have set a lower value.
{{PartDesign Tools navi}}
⏵ documentation index > Preferences > PartDesign > PartDesign Preferences
This page is retrieved from https://github.com/FreeCAD/FreeCAD-documentation/blob/main/wiki/PartDesign_Preferences.md