Description
Fixes the normal of NURBS surfaces automatically or according to the axis direction.
Syntax
Function RFSurfaceTools.FixNormalOfNurbsSurfaces(surfaceCount As Long, pSurfaceIDs As RFEntityID, iMethod As RFFixSurfaceNormalMethod, iDirection As RFAxisDirection) As RFErrorCode
The FixNormalOfNurbsSurfaces syntax has these parts:
| Part | Description |
|---|---|
| surfaceCount | [IN] Long Required. The number of NURBS surfaces. |
| pSurfaceIDs | [IN] RFEntityID Required. NURBS surfaces' RFEntityID. |
| iMethod | [IN] RFFixSurfaceNormalMethod Required. Method for fixing the normal of NURBS surfaces. |
| iDirection | [IN] RFAxisDirection Required. Axis direction. |
Remarks