ZebraAnalysis.inputEntities Property

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

Description

Gets the entities being analyzed by this zebra analysis. The returned array contains the solid and surface BRepBody objects, T-Spline surface bodies, and mesh bodies that the zebra stripes are displayed on.

Syntax

"zebraAnalysis_var" is a variable referencing a ZebraAnalysis object.
# Get the value of the property.
propertyValue = zebraAnalysis_var.inputEntities
"zebraAnalysis_var" Is a variable referencing a ZebraAnalysis Object.
#include <Fusion/Fusion/ZebraAnalysis.h>

// Get the value of the property.
std::vector<Base> propertyValue = zebraAnalysis_var->inputEntities();
"zebraAnalysis_var" Is a variable referencing a ZebraAnalysis Object.
// Get the value of the property.
propertyValue = zebraAnalysis_var.inputEntities;

Property Value

This is a read only property whose value is an array of type Base.

Version

Introduced in version September 2026