FlatPatternProduct.animationManager Property

Parent Object: FlatPatternProduct

Derived from: Design.animationManager


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

Description

Returns the AnimationManager object associated with this design. Using the AnimationManager you can access the same functionality that is available in the Animation workspace.

Syntax

"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.
# Get the value of the property.
propertyValue = flatPatternProduct_var.animationManager
"flatPatternProduct_var" Is a variable referencing a FlatPatternProduct Object.
#include <Fusion/SheetMetal/FlatPatternProduct.h>

// Get the value of the property.
Ptr<AnimationManager> propertyValue = flatPatternProduct_var->animationManager();
"flatPatternProduct_var" Is a variable referencing a FlatPatternProduct Object.
// Get the value of the property.
propertyValue = flatPatternProduct_var.animationManager;

Property Value

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

Version

Introduced in version May 2026