Defeaturing

From FreeCAD Documentation
Revision as of 10:41, 8 September 2019 by Brst (talk | contribs) (First commit to Defeaturing, goal: add python code snippet to show defeaturing example without using the defeaturing workbench)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:


Introduction

3D Model Defeaturing got added with Open CASCADE 7.3 [1] and can be used for editing STEP models by removing of the features from the model.

It is also possible to direct modeling the model, when the history of operations is unavailable. (This is the case for 3d STEP models). Defeaturing can also useful to remove proprietary details of the model before sharing it.

The easiest way to use defeaturing is by using the Defeaturng Workbench

Code snippet

Defeaturing can also be used with python

WIP