GH_Animator(T).Interpolation Property

GH_AnimatorTInterpolation Property

Gets or sets the interpolation mode. Changing the mode during an animation will result in discontinuous motion.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Interpolation Interpolation { get; set; }
Public Property Interpolation As GH_Interpolation
	Get
	Set

Property Value

Type: GH_Interpolation

[Missing <value> documentation for "P:Grasshopper.GUI.GH_Animator`1.Interpolation"]

See Also