Extrapolation Class
Extrapolation defines how to do when sampled value is out of the range which defined by the first and last key-frames.
Inheritance Hierarchy
SystemObject
  Aspose.ThreeD.AnimationExtrapolation

Namespace: Aspose.ThreeD.Animation
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Extrapolation

The Extrapolation type exposes the following members.

Properties
  NameDescription
Public propertyRepeatCount
Gets and sets the repeat times of the extrapolation pattern.
Public propertyType
Gets and sets the sampling pattern of extrapolation
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also