Description
Extracts surfaces from all the topological faces of specified solid and removes that solid.
Syntax
Function RFSolidTools.ExplodeSolidToSurfaces(solidID As RFEntityID, iMaxCount As Long, pSurfaceIDs As RFEntityID, piSurfaceCount As Long) As RFErrorCode
The ExplodeSolidToSurfaces syntax has these parts:
| Part | Description |
|---|---|
| solidID | [IN] RFEntityID Required. RFEntityID of solid. |
| iMaxCount | [IN] Long Required. The size of pSurfaceIDs array.(The maximum number of surfaces expected.) |
| pSurfaceIDs | [IN] RFEntityID Required. The first element of RFEntityID array of surfaces. |
| piSurfaceCount | [IN] Long Required. The number of newly created surfaces. |
Remarks