You are here: Start » FIL.NET » Invoke.GetProfileElement_Interpolated
Gets a single value from a profile, interpolated at any point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetProfileElement_Interpolated ( Fil.Profile inProfile, bool inCyclic, bool inSmooth, float inIndex, out float outValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inCyclic | bool | |||
![]() | inSmooth | bool | Determines whether an interpolation between two profile elements should be smooth. | ||
![]() | inIndex | float | <-INF, INF> | 0.0f | Default value: 0.0f. |
![]() | outValue | float |