GenerateSetPointsFromCurveEditorProfilesListEx

function GenerateSetPointsFromCurveEditorProfilesListEx(CEProfiles: TcHmi.Controls.Plastic.CurveEditorControl.EditorProfile[] | any, TargetSymbol: TcHmi.Symbol)

This function will generate set points based on curve editor profile from first element of array of CurveEditor.EditorProfiles passed as ‘CEProfiles’ parameter and write results to server symbol passed as ‘TargetSymbol’ parameter.

The target symbol must be of type array either of numbers or of fixed points (objects with property ‘Base’ and ‘Value’).

Parameters:

Name

Type

Description

CEProfiles

tchmi:framework#/definitions/CurveEditorConfig

List of curve editor profiles.

TargetSymbol

TcHmi.Symbol

Function will write generated set points to this symbol.

Return value

Type

Description

void

No return value.

Available: since version 12.16.0