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


