Description
Cleans abnormal faces in a specified shell and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.CleanAbnormalFaces(shellID As RFEntityID, bNonmanifold As Boolean, bRedundant As Boolean, bCrossing As Boolean) As RFErrorCode
The CleanAbnormalFaces syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to clean. |
| bNonmanifold | [IN] Boolean Required. It determines whether non-manifold faces are cleaned or not. |
| bRedundant | [IN] Boolean Required. It determines whether redundant faces are cleaned or not. |
| bCrossing | [IN] Boolean Required. It determines whether crossing faces are cleaned or not. |