Defeaturing Workbench is an add-on workbench intended for editing STEP models, removing of the selected features from the model. It is an external workbench and therefore not part of the standard FreeCAD install.
- Features a set of tools to edit a Shape or a STEP model, removing hole(s), face(s), simplifying the model, changing the tolerance, applying Fuzzy Boolean operations etc...
- There are also tools to create more solid shape(s), from edge(s), face(s) or shell(s).
- It is also possible to use direct modeling of the model, when the history of operations is unavailable. (This is the case for 3D STEP models).
- Useful in situations to quickly remove proprietary details of the model before sharing it. See Defeaturing
Note: More advance Defeaturing tools can be used if OCC7.3 is available.
Using the FreeCAD Addon Manager available in v0.17+ via Tools → Addon Manager. Search for the Defeaturing workbench icon. The Addon Manager also notifies the user when a new version of this Addon is available.
See How to install additional workbenches
- FreeCAD v0.15 4671
- FreeCAD v0.16 >= 6712
- FreeCAD v0.17 >= 13522
- FreeCAD v0.18+
- Author: Github: @easyw | FreeCAD Forums: 1
- Source code on github: https://github.com/easyw/Defeaturing_WB
- FC forum thread https://forum.freecadweb.org/viewtopic.php?t=29506
Defeaturing Tools are located in a separate mask.
-
Remove Holes: remove Hole from Face
-
Remove listed Faces: remove 'in List' Faces
-
Add Faces from 'in List' Edges: add Faces from 'in List' Edges
-
Select Faces to be Parametric defeatured: select Faces to be Parametric defeatured
-
Create a copy of the 'in List' Edges : create a copy of the 'in List' Edges
-
copy Faces from 'in List' Faces : copy Faces from 'in List' Faces
-
offset face: offset face
-
offset edge: offset edge
-
Make Solid from in List Faces: make Solid from in List Faces
-
Make Solid from the Faces of the selected Objects: make Solid from the Faces of the selected Objects
-
Make Solid from in List Faces: select ONE object to try to make a Solid through STEP import/export process
-
Connect: connect
-
clean Face(s) removing holes and merging Outwire: clean Face(s) removing holes and merging Outwire
-
show 'in List' Edge(s): show 'in List' Edge(s)
-
show 'in List' Face(s): show 'in List' Face(s)
-
refine: refine
-
simple copy: simple copy
-
parametric Refine: parametric Refine
-
geometry check: geometry check
-
get Tolerance value: get Tolerance value
-
set Tolerance value: set Tolerance value
-
make Edge from selected Vertexes: make Edge from selected Vertexes
-
reset Placement: reset Placement
-
show/hide TypeId of the Shape: show/hide Type Id of the Shape
-
help: help
-
Fuzzy Cut: Fuzzy Cut
-
Fuzzy Union: Fuzzy Union
-
Fuzzy Common: Fuzzy Common
Removing Features using OCC7.3 new tools
480px|left|thumb |link=https://raw.githubusercontent.com/easyw/FreeCAD-tutorials/master/testing-files/removing-holes.mp4%7CDefeaturing-WB: removing-features (holes)
480px|left|thumb |link=https://youtu.be/yrTtWFakAyE |alt=Defeaturing-WB-@Work|YouTube: Defeaturing tools - Simplifying the model
480px|left|thumb |link=https://youtu.be/vgQwGI6Fk6Q%7CYouTube: Defeaturing tools - Multi-select faces for defeaturing
480px|left|thumb |link=https://raw.githubusercontent.com/easyw/FreeCAD-tutorials/master/testing-files/removing-fillet-chamfer.mp4%7CDefeaturing-WB - removing-fillet-chamfer
480px|left|thumb |link=https://peertube.mastodon.host/videos/watch/c6bc5abd-2eb7-48c7-af67-c4d8e6783872%7CDefeaturing-WB - overview-features (in german language)
480px|left|thumb |link=https://raw.githubusercontent.com/easyw/FreeCAD-tutorials/master/testing-files/parametric-defeaturing.mp4%7CDefeaturing-WB - parametric-defeaturing
- Sew a Shape
- Removing or Simplify Faces
- Remove Holes or Pockets
- Read or Change Tolerance
- make Fuzzy Boolean operations
FreeCAD workbenches are easy to program in Python, there are therefore many people developing additional workbenches outside of the FreeCAD main developers.
The external workbenches page has some information and tutorials on some of them, and the FreeCAD Addons project aims at gathering them and making them easily installable from within FreeCAD.
New workbenches are in development, stay tuned!
⏵ documentation index > Addons > [External Workbenches](Category_External Workbenches.md) > Defeaturing Workbench