You are here: Start » AVL.NET » Function Reference » Path » Path Spatial Transforms » AVL.InflatePath
AVL.InflatePath
Enlarges a shape by a given margin (points in the input path must be sorted clockwise).
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void InflatePath ( AvlNet.Path inPath, float inMargin, float inMaxPointDisplacement, INullable<AvlNet.Path> outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | inMargin | float | |||
![]() | inMaxPointDisplacement | float | <0.0f, INF> | 1000.0f | Default value: 1000.0f. |
![]() | outPath | AvlNet.INullable<AvlNet.Path> | Output path. This parameter cannot be null. |