GetProfileElement_Interpolated
Gets a single value from a profile, interpolated at any point.
Syntax
C++
C#
Python
def GetProfileElement_Interpolated( inProfile: Profile, inIndex: float, /, *, inCyclic: bool = False, inSmooth: bool = False ) -> outValue: float
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inCyclic | bool | False | ||
![]() |
inSmooth | bool | False | Determines whether an interpolation between two profile elements should be smooth | |
![]() |
inIndex | float | - - ![]() |
||
![]() |
outValue | float |


- 