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
Input value inProfile Profile Input profile
Input value inCyclic bool False
Input value inSmooth bool False Determines whether an interpolation between two profile elements should be smooth
Input value inIndex float - -
Output value outValue float