Design.isContactSetAnalysis Property

Parent Object: Design
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Design.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

"design_var" is a variable referencing a Design object.

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

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

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

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

Property Value

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

Samples

Name Description
SliderJointMotion API Sample Demonstrates creating a joint with slider joint motion.

Version

Introduced in version September 2016