ZebraAnalysis.repeats Property

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

Description

Gets and sets the number of zebra stripes displayed. This is the "Repeats" value in the command dialog and is an integer in the range of 1 to 100.

Syntax

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

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

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

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

Property Value

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

Version

Introduced in version September 2026