WorkingModel.analyzeInterference Method
Parent Object:
WorkingModelDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/WorkingModel.h>
Description
Calculates the interference between the input bodies and/or occurrences.
Syntax
"workingModel_var" is a variable referencing a WorkingModel object.returnValue = workingModel_var.analyzeInterference(input)
|
"workingModel_var" is a variable referencing a WorkingModel object.
#include <Fusion/Fusion/WorkingModel.h>
returnValue = workingModel_var->analyzeInterference(input);
|
Return Value
InterferenceResults |
Returns an InterferenceResults object that can be used to examine the interference results. |
Parameters
input |
InterferenceInput |
An InterferenceInput that defines all of the necessary input needed to calculate the interference. An InterferenceInput object is created using the createInterferenceInput method. |
Version
Introduced in version January 2024