You are here: Start » FIL.NET » FIS.ProfileSections Method
FIS.ProfileSections Method
Finds subprofiles whose values fall into the specified range.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ProfileSections ( FilNet.Profile inProfile, FilNet.Range? inRange, float? inMinValue, float? inMaxValue, float inMinSectionWidth, float? inMaxSectionWidth, float inMinGapWidth, float? inMaxGapWidth, float? inMaxInnerGapWidth, IList<FilNet.ProfileSection> outSections, out FilNet.ProfileSection? outBoundingSection )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inRange | FilNet.Range? | |||
![]() | inMinValue | float? | 5.0f | Lower bound for profile values. Default value: 5.0f. | |
![]() | inMaxValue | float? | Upper bound for profile values. Default value: ftl::NIL. | ||
![]() | inMinSectionWidth | float | <0.0f, INF> | 0.0f | Minimal width of the found section. Default value: 0.0f. |
![]() | inMaxSectionWidth | float? | <0.0f, INF> | Maximal width of the found section. Default value: ftl::NIL. | |
![]() | inMinGapWidth | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive sections. Default value: 0.0f. |
![]() | inMaxGapWidth | float? | <0.0f, INF> | Maximal distance between consecutive sections. Default value: ftl::NIL. | |
![]() | inMaxInnerGapWidth | float? | <0.0f, INF> | 0.0f | Maximal possible gap width between two sections to join them into one. Default value: 0.0f. |
![]() | outSections | System.Collections.Generic.IList<FilNet.ProfileSection> | Output profile sections. | ||
![]() | outBoundingSection | FilNet.ProfileSection? | The smallest section that contains all outSections. |