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
Input value inProfile Profile Input profile
Input value inStart int 0 - Same as in CropProfile
Input value inLength int 0 - Length of the output profile
Output value outProfile Profile Output profile