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
Input value inProfile Profile Input profile
Input value inCyclic bool False Defines whether to compute differences between first and last elements
Input value inStep int 1 - 2
Output value outDerivative Profile