You are here: Start » AVL.NET » Invoke.CreatePathRegion
Creates a region along the given path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreatePathRegion ( Avl.Path inPath, Optional<Avl.CoordinateSystem2D> inPathAlignment, float inWidth, int inFrameWidth, int inFrameHeight, Avl.Region outRegion, Optional<Avl.Path> outAlignedPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inPathAlignment | Atl.Optional<Avl.CoordinateSystem2D> | Adjusts the path to the position of the inspected object. Default value: atl::NIL. | ||
![]() | inWidth | float | <1.0f, INF> | 1.0f | Width of line used to draw path. Default value: 1.0f. |
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | Avl.Region | Output region. | ||
![]() | outAlignedPath | Atl.Optional<Avl.Path> | The input path transformed to the absolute coordinate system. |