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 | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inStart | int | 0 - ![]() |
Index of the first element of the input profile that will be included in the output profile | |
![]() |
inLength | int | None | 0 - ![]() |
None | Length of the output profile |
![]() |
outProfile | Profile | Output profile |



