You are here: Start » FIL.NET » FIS.CreatePathRegion Method
FIS.CreatePathRegion Method
Creates a region along the given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreatePathRegion ( FilNet.Path inPath, FilNet.CoordinateSystem2D? inPathAlignment, float inWidth, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion, NullableRef<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. | ||
![]() | 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 | FilNet.Region | Output region. | ||
![]() | outAlignedPath | FilNet.NullableRef<FilNet.Path> | The input path transformed to the absolute coordinate system. Can be null to skip this parameter calculation. |
Function Overrides
- CreatePathRegion(Path, Single, Int32, Int32, Region)
- CreatePathRegion(Path, Nullable<CoordinateSystem2D>, Single, Int32, Int32, Region)
- CreatePathRegion(Path, Nullable<CoordinateSystem2D>, Single, Int32, Int32, Region, Path)