GetSelectedKeys2 (FCurveEditor)
Introduced
6.0
Description
Returns a collection of the FCurveKey objects that have been selected in the fcurve editor for a particular FCurve object.
Note: This is the Python-compliant version of the FCurveEditor.SelectedKeys. Since Python does not support input parameters on properties, FCurveEditor.SelectedKeys will fail in Python.
Scripting Syntax
FCurveEditor.GetSelectedKeys2( [Curve] )
C# Syntax
FCurveKeyCollection FCurveEditor.GetSelectedKeys2( FCurve in_pCurve );
Parameters
|
Parameter |
Type |
Description |
|
Curve |
Function curve with selected keys. |
Return Value
See Also
SOFTIMAGE|XSI v6.01