Description
Verifies the existence of self-intersection of a specified shell and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.FindSelfIntersection(shellID As RFEntityID, pCount As Long) As RFErrorCode
The FindSelfIntersection syntax has these parts:
| Part | Description |
|---|---|
| shellID | [IN] RFEntityID Required. Shell's RFEntityID to verify. |
| pCount | [OUT] Long Required. Number of self intersecting faces. |
Remarks