Description
Joins two surface patches with the same number of control points.
Syntax
Function RFSurfaceTools.Join( surfaceCount As Long, pSurfaceIDs As RFEntityID ) As RFErrorCode
The Join syntax has these parts:
| Part | Description |
|---|---|
| surfaceCount | [IN] Long Required. Number of surfaces. |
| pSurfaceIDs | [IN] RFEntityID Required. Surface's RFEntityID array. |