AnimationClip

Overview

AnimationClip is a class in Aspose.3D FOSS for Python. Inherits from: SceneObject.

AnimationClip.create_animation_node creates a new AnimationNode for the given node name.

This class provides 6 methods for working with AnimationClip objects in Python programs. Available methods include: __init__, create_animation_node, find_property, get_property, remove_property, set_property. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: animations, description, name, properties, scene, start, and 1 more.

Properties

NameTypeAccessDescription
namestrRead/WriteGets or sets the name.
properties``ReadGets the properties.
animationsList['AnimationNode']ReadGets the animations.
descriptionstrRead/WriteGets or sets the description.
startfloatRead/WriteGets or sets the start.
stopfloatRead/WriteGets or sets the stop.
scene``Read/WriteGets or sets the scene.

Methods

SignatureDescription
__init__(name: str)
create_animation_node(node_name: str)'AnimationNode'Creates a new AnimationNode for the given node name
find_property(property_name: str)
get_property(property: str)
set_property(property: str, value)Sets the property value.
remove_property(property)

See Also