AnimationClip

Overview

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

AnimationClip groups multiple AnimationNode objects and exposes start, stop, and scene references for playback control.

This class declares 6 methods for 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)Calls init(name) on this AnimationClip instance.
create_animation_node(node_name: str)'AnimationNode'Creates a new AnimationNode for the given node name
find_property(property_name: str)Calls find_property(property_name) on this AnimationClip instance.
get_property(property: str)Calls get_property(property) on this AnimationClip instance.
set_property(property: str, value)Sets the property value.
remove_property(property)Calls remove_property(property) on this AnimationClip instance.

See Also

 English