ZebraAnalysis.isHighQuality Property

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

Description

Gets and sets whether the zebra stripes are displayed using higher quality rendering.

Syntax

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

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

// Get the value of the property.
boolean propertyValue = zebraAnalysis_var->isHighQuality();

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

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

Property Value

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

Version

Introduced in version September 2026