FlatPattern.attributes Property
Parent Object:
FlatPatternDefined 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
|
"flatPattern_var" is a variable referencing a FlatPattern object.
#include <Fusion/SheetMetal/FlatPattern.h>
// Get the value of the property. Ptr<Attributes> propertyValue = flatPattern_var->attributes();
|
Property Value
This is a read only property whose value is an
Attributes.
Version
Introduced in version October 2022