ZebraAnalysisInput.opacity Property

Parent Object: ZebraAnalysisInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/ZebraAnalysisInput.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. This defaults to 100.

Syntax

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

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

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

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

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

Property Value

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

Version

Introduced in version September 2026