Description
Creates a solid from surfaces by merging and trimming.
Syntax
Function RFSolidTools.CreateSolidFromSurfacesTrim(iSurfaceCount As Long, pSurfaceIDs As RFEntityID, dMergeTol As Double, bDeleteBaseSurface As Boolean, pNewSolidID As RFEntityID) As RFErrorCode
The CreateSolidFromSurfaces syntax has these parts:
| Part | Description |
|---|---|
| iSurfaceCount | [IN] Long Required. The number of surfaces. |
| pSurfaceIDs | [IN] RFEntityID Required. The first element of RFEntityID array of surfaces. |
| dMergeTol | [IN] Double Required. Tolerance to be used for merging. |
| bDeleteBaseSurface | [IN] Boolean Required. Indicates whether it deletes surfaces or not. |
| pNewSolidID | [IN] RFEntityID Required. RFEntityID of newly created solid. |