You are here: Start » FIL.NET » Invoke.SurfaceSingleProfileAlongAxis
Creates the profile of point Z values along X or Y axis.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SurfaceSingleProfileAlongAxis ( Fil.Surface inSurface, Fil.Axis inAxis, double inCoordinateValue, int inSmoothRadius, Optional<double> inProfileDomainStart, Optional<double> inProfileDomainEnd, Optional<int> inMaxInterpolationLength, float inDefaultValue, Fil.Profile outProfile, Optional<double> outCoordinateValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inAxis | Fil.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 | Ftl.Optional<double> | Minimal X coordinate of the output profile. Default value: ftl::NIL. | ||
![]() | inProfileDomainEnd | Ftl.Optional<double> | Maximal X coordinate of the output profile. Default value: ftl::NIL. | ||
![]() | inMaxInterpolationLength | Ftl.Optional<int> | <0, INF> | Maximal number of consecutive not existing profile points to be interpolated. Default value: ftl::NIL. | |
![]() | inDefaultValue | float | Default value of the not existing and not interpolated surface point. | ||
![]() | outProfile | Fil.Profile | The resulting profile of the surface height. | ||
![]() | outCoordinateValue | Ftl.Optional<double> | The coordinate the output profile was extracted from. |