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 | |
|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | |
![]() |
inShift | int | ||
![]() |
outProfile | Profile | Output profile |


