You are here: Start » AVL.NET » Invoke.InflatePath
Invoke.InflatePath
Enlarges a path by a given margin (points in the input path must be sorted clockwise).
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void InflatePath ( Avl.Path inPath, float inMargin, float inMaxPointDisplacement, Conditional<Avl.Path> outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inMargin | float | Margin of inflation. | ||
![]()  | inMaxPointDisplacement | float | <0.0f, INF> | 1000.0f | Maximal displacement of single point. Default value: 1000.0f. | 
![]()  | outPath | Atl.Conditional<Avl.Path> | Output path. | 


