Description
Checks out whether specified shells intersect with each other or not.
Syntax
Function RFMeshTools.CheckInterference2( shellCount As Long, pShellIDs As RFEntityID, flagCreateIntersectionCurves As Bool, flagExport As Bool, exportType As RFExportFileType, exportFileName As String, pFlagInterfere As Bool ) As RFErrorCode
The CheckInterference2 syntax has these parts:
| Part | Description |
|---|---|
| shellCount | [IN] Long Required. Number of shells. |
| pShellIDs | [IN] RFEntityID Required. Shell's RFEntityID array. |
| flagCreateIntersectionCurves | [IN] Bool Required. Create intersection curves. |
| flagExport | [IN] Bool Required. Export intersections of shells. |
| exportType | [IN] RFExportFileType Required. Two types are available. |
| exportFileName | [IN] String Required. Export name. |
| pFlagInterfere | [OUT] Bool Required. Whether the shells are interfere together or not. |