CropProfile


Confines a profile to its continuous subsequence.

Syntax

C++
C#
Python
 
def CropProfile(
	inProfile: Profile,
	inStart: int,
	outProfile: Profile,
	/,
	*,
	inLength: int | None = None
)
-> None

Parameters

Name Type Range Default Description
Input value inProfile Profile Input profile
Input value inStart int 0 - Index of the first element of the input profile that will be included in the output profile
Input value inLength int | None 0 - None Length of the output profile
Output value outProfile Profile Output profile