ConvertToEquidistantPath
Creates a new path whose characteristic points lie on the input path, but are equally spaced.
Syntax
C++
C#
Python
def ConvertToEquidistantPath( inPath: Path, outPath: Path, /, *, inStep: float = 1.0, inEquidistanceType: EquidistanceType = EquidistanceType.InputPathEquidistance ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPath | Path | Input path | ||
![]() |
inStep | float | 0.0 - ![]() |
1.0 | Requested distance between consecutive points |
![]() |
inEquidistanceType | EquidistanceType | EquidistanceType.InputPathEquidistance | Defines how the distance is measured | |
![]() |
outPath | Path | Output path |



