Description
Cuts specified solid by specified surface.
Syntax
Function RFSolidTools.CutSolidBySurface(solidID As RFEntityID, surfaceID As RFEntityID, pNewSolidID As RFEntityID) As RFErrorCode
The CutSolidBySurface syntax has these parts:
| Part | Description |
|---|---|
| solidID | [IN] RFEntityID Required. RFEntityID of solid. |
| surfaceID | [IN] RFEntityID Required. RFEntityID of surface. |
| pNewSolidID | [IN] RFEntityID Required. RFEntityID of newly created solid. |