Description
Types of function curves (fcurves)
C# Syntax
siFCurveType.siUnknownFCurve // 0 siFCurveType.siDefaultFCurve // 0 siFCurveType.siBooleanFCurve // 10 siFCurveType.siIntegerFCurve // 15 siFCurveType.siStandardFCurve // 20 siFCurveType.siRawDataFCurve // 30 siFCurveType.siQuaternionFCurve // 40
|
Constant |
Value |
Description |
|
0 |
Unknown fcurve type |
|
|
0 |
Use the fcurve type associated with parameter type |
|
|
10 |
Boolean fcurve mapping a double parameter to {0, 1}. |
|
|
15 |
Integer fcurve. |
|
|
20 |
FCurve mapping a double parameter to a double value. |
|
|
30 |
Raw data fcurve. |
|
|
40 |
Quaternion fcurve. |
Applies To
See Also
|
|
Autodesk Softimage v7.5