ZebraAnalysis.opacity Property

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

Description

Gets and sets the opacity of the zebra stripes as an integer in the range of 0 to 100, where 100 is fully opaque.

Syntax

"zebraAnalysis_var" is a variable referencing a ZebraAnalysis object.
# Get the value of the property.
propertyValue = zebraAnalysis_var.opacity

# Set the value of the property.
zebraAnalysis_var.opacity = propertyValue
"zebraAnalysis_var" Is a variable referencing a ZebraAnalysis Object.
#include <Fusion/Fusion/ZebraAnalysis.h>

// Get the value of the property.
integer propertyValue = zebraAnalysis_var->opacity();

// Set the value of the property, where value_var is an integer.
bool returnValue = zebraAnalysis_var->opacity(value_var);
"zebraAnalysis_var" Is a variable referencing a ZebraAnalysis Object.
// Get the value of the property.
propertyValue = zebraAnalysis_var.opacity;

// Set the value of the property.
zebraAnalysis_var.opacity = propertyValue;

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version September 2026