ProfileDistance
Computes the [mean] square error between two profiles.
Syntax
C++
C#
Python
def ProfileDistance( inProfile1: Profile, inProfile2: Profile, /, *, inRange: Range | None = None, inDistanceMeasure: DistanceMeasure = DistanceMeasure.MeanError ) -> outDistance: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile1 | Profile | First input profile | |
![]() |
inProfile2 | Profile | Second input profile | |
![]() |
inRange | Range | None | None | |
![]() |
inDistanceMeasure | DistanceMeasure | DistanceMeasure.MeanError | Measure of distance |
![]() |
outDistance | float | Output distance value |


