DifferentiateProfile_Step
Computes the derivative of a profile with a given difference step.
Syntax
C++
C#
Python
def DifferentiateProfile_Step( inProfile: Profile, outDerivative: Profile, /, *, inCyclic: bool = False, inStep: int = 2 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inCyclic | bool | False | Defines whether to compute differences between first and last elements | |
![]() |
inStep | int | 1 - ![]() |
2 | |
![]() |
outDerivative | Profile |



