SoTrackFollowerGetAlphaValue Method |
Returns the alpha value at a control point, depending on the distance between control points and on the timeStamps values.
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public float GetAlphaValue(
int control_point
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetAlphaValue (
control_point As Integer
) As Single
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
float GetAlphaValue(
int control_point
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetAlphaValue :
control_point : int -> float32
Parameters
- control_point
- Type: SystemInt32
Return Value
Type:
SingleRemarks See Also