Extrapolation

Overview

Extrapolation is a class in Aspose.3D FOSS for Python.

Extrapolation.type represents the extrapolation mode applied to animation curves.

This class provides 1 method for working with Extrapolation objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: repeat_count, type.

Properties

NameTypeAccessDescription
typeExtrapolationTypeRead/WriteGets or sets the type.
repeat_countintRead/WriteGets or sets the repeat count.

Methods

SignatureDescription
__init__()

See Also