CurvatureMapAnalysis.attributes Property
Parent Object:
CurvatureMapAnalysisDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/CurvatureMapAnalysis.h>
Description
A property that returns the collection of attributes associated with this Analysis.
Syntax
"curvatureMapAnalysis_var" is a variable referencing a CurvatureMapAnalysis object.
# Get the value of the property. propertyValue = curvatureMapAnalysis_var.attributes
|
"curvatureMapAnalysis_var" is a variable referencing a CurvatureMapAnalysis object.
#include <Fusion/Fusion/CurvatureMapAnalysis.h>
// Get the value of the property. Ptr<Attributes> propertyValue = curvatureMapAnalysis_var->attributes();
|
Property Value
This is a read only property whose value is an
Attributes.
Version
Introduced in version January 2023