Description
Trims shell by specified curves and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.TrimMeshByCurves(shellID As RFEntityID, iCurveCount As Long, pCurveIDs As RFEntityID, bDeleteSelectedRegion As Boolean, pNewShellID As RFEntityID) As RFErrorCode
The TrimMeshByCurves syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to be trimmed. |
| iCurveCount | [IN] Long Required. Number of curves. |
| pCurveID | [IN] RFEntityID Required. The first element of RFEntityID array storing curves RFEntityID. |
| bDeleteSelectedRegion | [IN] Boolean Required. It determines whether delete the selected region during this method or not. |
| pNewShellID | [OUT] RFEntityID Required. EntityID of shell which is the result of this method. |
Remarks