CurvatureCombAnalysis.attributes Property

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

Description

A property that returns the collection of attributes associated with this Analysis.

Syntax

"curvatureCombAnalysis_var" is a variable referencing a CurvatureCombAnalysis object.

# Get the value of the property.
propertyValue = curvatureCombAnalysis_var.attributes
"curvatureCombAnalysis_var" is a variable referencing a CurvatureCombAnalysis object.
#include <Fusion/Fusion/CurvatureCombAnalysis.h>

// Get the value of the property.
Ptr<Attributes> propertyValue = curvatureCombAnalysis_var->attributes();

Property Value

This is a read only property whose value is an Attributes.

Version

Introduced in version January 2023