Description
Checks out whether all of shells intersect with each other or not.
Syntax
Function RFMeshTools.CheckInterferenceAll( flagCreateIntersectionCurves As Bool, flagExport As Bool, exportType As RFExportFileType, exportFileName As String, pFlagInterfere As Bool ) As RFErrorCode
The CheckInterferenceAll syntax has these parts:
| Part | Description |
|---|---|
| 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. |