You are here: Start » FIL.NET » FIS.SurfaceSingleProfileAlongAxis Method
FIS.SurfaceSingleProfileAlongAxis Method
Creates the profile of point Z values along X or Y axis.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceSingleProfileAlongAxis ( FilNet.Surface inSurface, FilNet.Axis inAxis, double inCoordinateValue, int inSmoothRadius, double? inProfileDomainStart, double? inProfileDomainEnd, int? inMaxInterpolationLength, float inDefaultValue, FilNet.Profile outProfile, NullableValue<double> outCoordinateValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inAxis | FilNet.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 | double? | Minimal X coordinate of the output profile. Default value: ftl::NIL. | ||
![]() | inProfileDomainEnd | double? | Maximal X coordinate of the output profile. Default value: ftl::NIL. | ||
![]() | inMaxInterpolationLength | 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 | FilNet.Profile | The resulting profile of the surface height. | ||
![]() | outCoordinateValue | FilNet.NullableValue<double> | The coordinate the output profile was extracted from. Can be null to skip this parameter calculation. |
Function Overrides
- SurfaceSingleProfileAlongAxis(Surface, Axis, Double, Int32, Single, Profile)
- SurfaceSingleProfileAlongAxis(Surface, Axis, Double, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Single, Profile)
- SurfaceSingleProfileAlongAxis(Surface, Axis, Double, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Single, Profile, Double)