You are here: Start » FIL.NET » FIS.GetProfileElement_Interpolated Method

FIS.GetProfileElement_Interpolated Method

Gets a single value from a profile, interpolated at any point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetProfileElement_Interpolated
(
	FilNet.Profile inProfile,
	bool inCyclic,
	bool inSmooth,
	float inIndex,
	out float outValue
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
inCyclicbool
inSmoothboolDetermines whether an interpolation between two profile elements should be smooth.
inIndexfloat<-INF, INF>0.0fDefault value: 0.0f.
outValuefloat

See also