RotateProfile


Moves the last element ahead of the first one (inShift times).

Syntax

C++
C#
Python
 
def RotateProfile(
	inProfile: Profile,
	inShift: int,
	outProfile: Profile,
	/
)
-> None

Parameters

Name Type Default Description
Input value inProfile Profile Input profile
Input value inShift int
Output value outProfile Profile Output profile