WorkingModel.analyzeInterference Method

Parent Object: WorkingModel
Defined 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

Type Description
InterferenceResults Returns an InterferenceResults object that can be used to examine the interference results.

Parameters

Name Type Description
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