RigidGroup.isSuppressed Property

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

Description

Gets and sets if this rigid group is suppressed.

Syntax

"rigidGroup_var" is a variable referencing a RigidGroup object.

# Get the value of the property.
propertyValue = rigidGroup_var.isSuppressed

# Set the value of the property.
rigidGroup_var.isSuppressed = propertyValue
"rigidGroup_var" is a variable referencing a RigidGroup object.
#include <Fusion/Components/RigidGroup.h>

// Get the value of the property.
boolean propertyValue = rigidGroup_var->isSuppressed();

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

Property Value

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

Version

Introduced in version January 2016