ResizeProfile
Changes the size of a profile, preserving its shape.
Syntax
C++
C#
Python
def ResizeProfile( inProfile: Profile, inNewSize: int, outProfile: Profile, /, *, inInterpolation: ResizeProfileInterpolation = ResizeProfileInterpolation.NearestNeighbour ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | ||
![]() |
inNewSize | int | 1 - ![]() |
||
![]() |
inInterpolation | ResizeProfileInterpolation | ResizeProfileInterpolation.NearestNeighbour | ||
![]() |
outProfile | Profile | Output profile |



