Description
Searches the faces whose normal sense are not consistent with a specified seed face and fixes the normal directions, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.FixBadNormals(shellID As RFEntityID, method As RFFixNormalMethod, seedFaceID As RFEntityID) As RFErrorCode
The FixBadNormals syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to fix. |
| method | [IN] RFFixNormalMethod Required. Criterion to be used for the face normal sense consistency check. |
| seedFaceID | [IN] RFEntityID Required. Seed face's RFEntityID. |
Remarks