You are here: Start » AVL.NET » Invoke.SurfaceSingleProfileAlongAxis
Creates the profile of point Z values along X or Y axis.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SurfaceSingleProfileAlongAxis ( Avl.Surface inSurface, Avl.Axis inAxis, double inCoordinateValue, int inSmoothRadius, Optional<double> inProfileDomainStart, Optional<double> inProfileDomainEnd, Optional<int> inMaxInterpolationLength, float inDefaultValue, Avl.Profile outProfile, Optional<double> outCoordinateValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSurface | Avl.Surface | Input surface. | ||
![]()  | inAxis | Avl.Axis | Axis along which the profile is extracted. | ||
![]()  | inCoordinateValue | double | Determines the coordinate the profile will be extracted from. | ||
![]()  | inSmoothRadius | int | <0, INF> | Increases the number of neighbouring profiles taken into account extracting a profile. | |
![]()  | inProfileDomainStart | Atl.Optional<double> | Minimal X coordinate of the output profile. Default value: atl::NIL. | ||
![]()  | inProfileDomainEnd | Atl.Optional<double> | Maximal X coordinate of the output profile. Default value: atl::NIL. | ||
![]()  | inMaxInterpolationLength | Atl.Optional<int> | <0, INF> | Maximal number of consecutive not existing profile points to be interpolated. Default value: atl::NIL. | |
![]()  | inDefaultValue | float | Default value of the not existing and not interpolated surface point. | ||
![]()  | outProfile | Avl.Profile | The resulting profile of the surface height. | ||
![]()  | outCoordinateValue | Atl.Optional<double> | The coordinate the output profile was extracted from. | 


