CreateUniformProfile
Creates a profile with all its elements set to the same value.
Syntax
C++
C#
Python
def CreateUniformProfile( inValue: float, inSize: int, inXOffset: float, inXScale: float, outProfile: Profile, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inValue | float | Input common value of all elements | ||
![]() |
inSize | int | 0 - +![]() |
Input the number of elements | |
![]() |
inXOffset | float | X offset of the output profile | ||
![]() |
inXScale | float | 0.001 - ![]() |
X scale of the output profile | |
![]() |
outProfile | Profile | Output profile |



