ZebraAnalysisInput.inputEntities Property

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

Description

Gets and sets the entities to analyze. Valid entities are solid and surface BRepBody objects, T-Spline surface bodies, and mesh bodies.

Syntax

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

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

// Get the value of the property.
std::vector<Base> propertyValue = zebraAnalysisInput_var->inputEntities();

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

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

Property Value

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

Version

Introduced in version September 2026