ZebraAnalysis.isVertical 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 oriented vertically. If true the stripes are vertical and if false they are horizontal.

Syntax

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

# Set the value of the property.
zebraAnalysis_var.isVertical = 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->isVertical();

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

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

Property Value

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

Version

Introduced in version September 2026