Description
Enumeration of the different attributes that are available on the FCurveEditor object.
C# Syntax
siFCurveEditorAttribute.siRegionStartFrame // 0 siFCurveEditorAttribute.siRegionEndFrame // 1 siFCurveEditorAttribute.siRegionMin // 2 siFCurveEditorAttribute.siRegionMax // 3
|
Constant |
Value |
Description |
|
0 |
If a region has been selected this returns the start frame. If no region has been selected then 0.0 is returned. |
|
|
1 |
End frame of the region selection, or 0.0 if no region has been selected. |
|
|
2 |
Minimum value of the keys in the region, or 0.0 if no region has been selected. |
|
|
3 |
Maximum value of the keys in the region, or 0.0 if no region has been selected. |
Applies To
Autodesk Softimage v7.5