You are here: Start » FIL.NET » FIS.SurfaceMultipleProfilesAlongAxis Method
FIS.SurfaceMultipleProfilesAlongAxis Method
Creates the profiles of point Z values along X or Y axis.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceMultipleProfilesAlongAxis ( FilNet.Surface inSurface, FilNet.Axis inAxis, int inSmoothRadius, float inDefaultValue, IList<FilNet.Profile> outProfiles )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inAxis | FilNet.Axis | Axis along which the profile is extracted. | ||
![]() | inSmoothRadius | int | <0, INF> | Increases the number of neighbouring profiles taken into account extracting a single profile. | |
![]() | inDefaultValue | float | Default value of the not existing and not interpolated surface point. | ||
![]() | outProfiles | System.Collections.Generic.IList<FilNet.Profile> | The resulting profiles of the surface height. |
Function Overrides
- SurfaceMultipleProfilesAlongAxis(Surface, Axis, Nullable<Double>, Nullable<Double>, Nullable<Double>, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Single, IList<Profile>)
- SurfaceMultipleProfilesAlongAxis(Surface, Axis, Nullable<Double>, Nullable<Double>, Nullable<Double>, Int32, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Single, IList<Profile>, NullableRef<List<Double>>)