Part Defeaturing/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 4: Line 4:
|[[Part_CheckGeometry|CheckGeometry]]
|[[Part_CheckGeometry|CheckGeometry]]
|[[Part_FaceColors|Face Colors]]
|[[Part_FaceColors|Face Colors]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_CheckGeometry.svg
|IconL=Part_CheckGeometry.svg
|IconR=Part_FaceColors.svg
|IconR=Part_FaceColors.svg
Line 13: Line 13:
|Name=Part Defeaturing
|Name=Part Defeaturing
|MenuLocation=Part → Defeaturing
|MenuLocation=Part → Defeaturing
|Workbenches=[[Part_Module|Part]]
|Workbenches=[[Part_Workbench|Part]]
|Version=0.18
|Version=0.18
}}
}}
Line 48: Line 48:
|[[Part_CheckGeometry|CheckGeometry]]
|[[Part_CheckGeometry|CheckGeometry]]
|[[Part_FaceColors|Face Colors]]
|[[Part_FaceColors|Face Colors]]
|[[Part_Module|Part]]
|[[Part_Workbench|Part]]
|IconL=Part_CheckGeometry.svg
|IconL=Part_CheckGeometry.svg
|IconR=Part_FaceColors.svg
|IconR=Part_FaceColors.svg
Line 56: Line 56:
{{Part Tools navi{{#translation:}}}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 13:16, 25 August 2021

Part Defeaturing

Menu location
Part → Defeaturing
Workbenches
Part
Default shortcut
None
Introduced in version
0.18
See also
None

Description

The Defeaturing tool is intended for removal of selected features from the model. In this context, features are meant as holes, protrusions, gaps, chamfers, fillets etc. found on the model.

The defeaturing tool can be very useful in different contexts:

  • To edit an imported solid where no history of operations is available.
  • Fixing defects in the model, e.g. filling gaps, holes etc.
  • Model simplification for numeric analysis, display on mobile devices, etc.

The removed features are filled by the extension of the adjacent faces, thus no unexpected parts should appear in the result. Please note that the result is a new shape that is not linked to the original; thus, it is non-parametric.

To be available, this tool requires FreeCAD to be based on Open Cascade 7.3.0 or greater. If it is not available in your version of FreeCAD, you may have a look at the Defeaturing Workbench add-on, which proposes similar functionality even with older versions of OCC or FreeCAD.

Usage

  1. Select the face(s) on the model to remove.
  2. Press the Defeaturing button.
  3. A new object is created labeled Defeatured in the Model tree view, and the original object is hidden from view.

Links