SetProfileXTransform
Sets the offset and the scale of a profile in the X axis.
Applications:Makes it possible to use real-world X coordinates in a profile.
Syntax
C++
C#
Python
def SetProfileXTransform( ioProfile: Profile, inXOffset: float, inXScale: float, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioProfile | Profile | |||
![]() |
inXOffset | float | |||
![]() |
inXScale | float | 0.001 - ![]() |



