Defeaturing
Defeaturing operation is intended for removal of the unwanted parts or features from the model. These parts can be holes, protrusions, gaps, chamfers, fillets, etc.
To create a Defeaturing in the active part:
select in the Main Menu Feature -> Defeaturing item or
click
Defeaturing button in the toolbar.
After that select one or more faces of solids to suppress them. The Defeaturing works with faces from comsolids and compounds of solids as well.
Defeaturing property panel
Input field:
Faces to remove panel contains the list of faces which should be suppressed.
TUI Command:
- model.addDefeaturing(Part_doc[, faces])
- Parameters:
part – The current part object.
list – A list of faces in format model.selection(“FACE”, shape).
- Returns:
Created object.
Result
Result of Defeaturing is shown below.
Defeaturing operation
See Also a sample TUI Script of Perform Defeaturing operation.
References
For more information, please, visit OpenCASCADE Documentation.