GetKeysBetween (FCurve)
Introduced
6.0
Description
Returns a collection of FCurveKey objects representing keys on the function curve between the StartFrame and EndFrame.
Scripting Syntax
FCurve.GetKeysBetween( [StartFrame], [EndFrame] )
C# Syntax
FCurveKeyCollection FCurve.GetKeysBetween( Object in_StartFrame, Object in_EndFrame );Parameters
|
Parameter |
Type |
Description |
|
StartFrame |
The start time of the range. Must be less than the EndFrame value. Default Value: The first key frame on the fcurve. |
|
|
EndFrame |
The end time of the range. Default Value: The last key frame on the fcurve. |
Return Value
See Also
Examples
• See FCurve.GetKeysBetween.1.js
Autodesk Softimage 2011