Suppress Faces

To produce a Suppress Faces operation in the Main Menu select Repair - > Suppress Faces.

 

This operation suppresses a face of a shape. This operation is available in OCC Viewer only.

 

The Result will be a GEOM_Object (ListOfGeomShapes)..

 

TUI Command: geompy.SuppressFaces(Shape, ListOfID), where Shape is a shape to be processed, ListOfID is a list of faces ID's to be removed.

Arguments: Name + Faces which should be removed (you can select them in the 3D viewer).

 

 

 

Example:

 

 

 

Our TUI Scripts provide you with useful examples of the use of Repairing Operations.