You are here: Start » FIL.NET » Function Reference » Region » Region Basics » FIL.CreatePathBorderRegion
Creates a region along a given path. The region may be internal or external to the path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreatePathBorderRegion ( FilNet.Path inPath, FilNet.CoordinateSystem2D? inPathAlignment, float inBorderWidth, FilNet.BorderPosition inBorderPosition, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion, FilNet.Path outAlignedPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inPathAlignment | FilNet.CoordinateSystem2D? | Adjusts the path to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inBorderWidth | float | <1.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | inBorderPosition | FilNet.BorderPosition | Centered | Default value: Centered. | |
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | FilNet.Region | Output region. | ||
![]() | outAlignedPath | FilNet.Path | The input path transformed to the absolute coordinate system. |
Function Overrides
- CreatePathBorderRegion(Path, Single, BorderPosition, Int32, Int32, Region)
- CreatePathBorderRegion(Path, Nullable<CoordinateSystem2D>, Single, BorderPosition, Int32, Int32, Region)
- CreatePathBorderRegion(Path, Nullable<CoordinateSystem2D>, Single, BorderPosition, Int32, Int32, Region, NullableRef<Path>)