LowClamp (FCurve)

Description

Sets or returns the lower-clamping value of the function curve as a Double. If the new clamp value out of range it is clamped within the valid range.

For fcurves connected to parameters the valid clamping range is determined by the Parameter.Min and Parameter.Max values.

For integer function curves all new lowclamp values are rounded down. For example, a low clamp value of 1.5 becomes 1.0.

C# Syntax

// get accessor
Object rtn = FCurve.LowClamp;

// set accessor
FCurve.LowClamp = Object;

See Also

FCurve.HighClamp

Parameter.Min

Parameter.Max

Examples

• See FCurve.LowClamp.1.vbs



Autodesk Softimage 2011