InflatePath
Enlarges a path by a given margin (points in the input path must be sorted clockwise).
Syntax
C++
C#
Python
def InflatePath( inPath: Path, /, *, inMargin: float = 0, inMaxPointDisplacement: float = 1000.0 ) -> outPath: Path | None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPath | Path | Input path | ||
![]() |
inMargin | float | 0 | Margin of inflation | |
![]() |
inMaxPointDisplacement | float | 0.0 - ![]() |
1000.0 | Maximal displacement of single point |
![]() |
outPath | Path | None | Output path |



