FlatPatternProduct.analyzeInterference Method

Parent Object: FlatPatternProduct
Defined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/FlatPatternProduct.h>

Description

Calculates the interference between the input bodies and/or occurrences.

Syntax

"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.
returnValue = flatPatternProduct_var.analyzeInterference(input)
"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.

#include <Fusion/SheetMetal/FlatPatternProduct.h>

returnValue = flatPatternProduct_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 October 2022