ReplaceFaceFeature.attributes Property

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

Description

Returns the collection of attributes associated with this face.

Syntax

"replaceFaceFeature_var" is a variable referencing a ReplaceFaceFeature object.

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

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

Property Value

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

Version

Introduced in version May 2016