Description
Tessellate the specified surfaces with specified paramters. This method does not execute sewing operation.
Syntax
Function RFSurfaceTools.TessellateNurbsSurfacesSimple(surfaceCount As Long, pSurfaceIDs As RFEntityID, maxChordHeight As Double, maxEdgeLength As Double, pShellID As RFEntityID) As RFErrorCode
The TrimGlobal syntax has these parts:
| Part | Description |
|---|---|
| surfaceCount | [IN] Long Required. Number of surfaces. |
| pSurfaceIDs | [IN] RFEntityID Required. Surface's RFEntityID array. |
| maxChordHeight | [IN] RFEntityID Required. Maximum chord height value. |
| maxEdgeLength | [IN] RFEntityID Required. Maximum edge length value |
| pShellID | [OUT] RFEntityID Required. RFEntityID of shell which is created by tessellation. |