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
Input value inPath Path Input path
Input value inMargin float 0 Margin of inflation
Input value inMaxPointDisplacement float 0.0 - 1000.0 Maximal displacement of single point
Output value outPath Path | None Output path