InterferenceResult.entityTwo Property

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

Description

Returns the second entity involved in the interference

Syntax

"interferenceResult_var" is a variable referencing an InterferenceResult object.

# Get the value of the property.
propertyValue = interferenceResult_var.entityTwo
"interferenceResult_var" is a variable referencing an InterferenceResult object.
#include <Fusion/Fusion/InterferenceResult.h>

// Get the value of the property.
Ptr<Base> propertyValue = interferenceResult_var->entityTwo();

Property Value

This is a read only property whose value is a Base.

Samples

Name Description
Analyze Interference API Sample Demonstrates analyzing the interference between components. This uses a direct modeling design because the ability to create bodies that represent the interference volume is only supported in a direct modeling design.

Version

Introduced in version November 2015