UncropProfile
Extends the profile by adding zeros at the beginning and at the end.
Applications:Undoes CropProfile.
Syntax
C++
C#
Python
def UncropProfile( inProfile: Profile, inStart: int, inLength: int, outProfile: Profile, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inStart | int | 0 - ![]() |
Same as in CropProfile | |
![]() |
inLength | int | 0 - ![]() |
Length of the output profile | |
![]() |
outProfile | Profile | Output profile |



