Gets and sets whether the occurrences that are part of this rigid group are visible or not.
# Get the value of the property.propertyValue = rigidGroup_var.isVisible# Set the value of the property.rigidGroup_var.isVisible = propertyValue
#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);