Gets whether the occurrence is visible. This property is affected by the assembly context.
# Get the value of the property.propertyValue = occurrence_var.isVisible
#include <Fusion/Components/Occurrence.h>// Get the value of the property.boolean propertyValue = occurrence_var->isVisible();