RFMeshTools.FixBadNormals



Your Ad Here

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 [INRFEntityID Required. Shell's RFEntityID to fix.
method [INRFFixNormalMethod Required. Criterion to be used for the face normal sense consistency check.
seedFaceID [INRFEntityID Required. Seed face's RFEntityID.

Remarks

Return to Rapidform Index


Your Ad Here