RuleFilletFeature.attributes Property

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

Description

Returns the collection of attributes associated with this face.

Syntax

"ruleFilletFeature_var" is a variable referencing a RuleFilletFeature object.

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

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

Property Value

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

Version

Introduced in version May 2016