You are here: Start » FIL.NET » Invoke.ProfileSections
Finds subprofiles whose values fall into the specified range.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProfileSections ( Fil.Profile inProfile, Optional<Fil.Range> inRange, Optional<float> inMinValue, Optional<float> inMaxValue, float inMinSectionWidth, Optional<float> inMaxSectionWidth, float inMinGapWidth, Optional<float> inMaxGapWidth, Optional<float> inMaxInnerGapWidth, List<Fil.ProfileSection> outSections, Conditional<Fil.ProfileSection> outBoundingSection )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inRange | Ftl.Optional<Fil.Range> | |||
![]() | inMinValue | Ftl.Optional<float> | 5.0f | Lower bound for profile values. Default value: 5.0f. | |
![]() | inMaxValue | Ftl.Optional<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 | Ftl.Optional<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 | Ftl.Optional<float> | <0.0f, INF> | Maximal distance between consecutive sections. Default value: ftl::NIL. | |
![]() | inMaxInnerGapWidth | Ftl.Optional<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.List<Fil.ProfileSection> | Output profile sections. | ||
![]() | outBoundingSection | Ftl.Conditional<Fil.ProfileSection> | The smallest section that contains all outSections. |