Share

FlatPattern.attributes Property

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

Description

Returns the collection of attributes associated with this face.

Syntax

"flatPattern_var" is a variable referencing a FlatPattern object.

# Get the value of the property.
propertyValue = flatPattern_var.attributes

Property Value

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

Version

Introduced in version October 2022

Was this information helpful?