RigidGroup.isVisible Property

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

Description

Gets and sets whether the occurrences that are part of this rigid group are visible or not.

Syntax

"rigidGroup_var" is a variable referencing a RigidGroup object.

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

# Set the value of the property.
rigidGroup_var.isVisible = 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->isVisible();

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

Property Value

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

Version

Introduced in version September 2022