You are here: Start » AVL.NET » AVL.ProfileSections Method
AVL.ProfileSections Method
Finds subprofiles whose values fall into the specified range.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileSections( AvlNet.Profile inProfile, float inMinSectionWidth, float inMinGapWidth, out AvlNet.ProfileSection[] outSections, out AvlNet.ProfileSection? outBoundingSection )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | inMinSectionWidth | float | <0.0f, INF> | 0.0f | Minimal width of the found section. Default value: 0.0f. |
![]() | inMinGapWidth | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive sections. Default value: 0.0f. |
![]() | outSections | AvlNet.ProfileSection | Output profile sections. | ||
![]() | outBoundingSection | AvlNet.ProfileSection? | The smallest section that contains all outSections. |


