WorkingModel.isContactSetAnalysis Property

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

Description

Gets and sets whether contact analysis is done using contact sets or between all bodies, independent of any contact sets. If True and the isContactAnalysisEnabled property is True then contact analysis is performed using contact sets. If False and isContactAnalysisEnabled is True, then contact analysis is performed between all bodies. If isContactAnalysisEnabled is False then no contact analysis is performed.

Syntax

"workingModel_var" is a variable referencing a WorkingModel object.

# Get the value of the property.
propertyValue = workingModel_var.isContactSetAnalysis

# Set the value of the property.
workingModel_var.isContactSetAnalysis = propertyValue
"workingModel_var" is a variable referencing a WorkingModel object.
#include <Fusion/Fusion/WorkingModel.h>

// Get the value of the property.
boolean propertyValue = workingModel_var->isContactSetAnalysis();

// Set the value of the property, where value_var is a boolean.
bool returnValue = workingModel_var->isContactSetAnalysis(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version January 2024