Share

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

Property Value

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

Version

Introduced in version September 2022

Was this information helpful?