Description
Checks out whether specified shells intersect with each other or not and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFMeshTools.CheckInterference(shellCount As Long, pShellIDs As RFEntityID, pbInterfere As Boolean) As RFErrorCode
The CheckInterference syntax has these parts:
| Part | Description |
|---|---|
| shellCount | [IN] Long Required. Number of shells to check the interference. |
| pShellIDs | [IN] RFEntityID Required. The first element of RFEntityID array containing shells RFEntityID. |
| pbInterfere | [OUT] Boolean Required. Whether the shells are interfere together or not. |