You are here: Start » FIL.NET » FIS.SurfaceSinglePointsAlongAxis Method

FIS.SurfaceSinglePointsAlongAxis Method

Returns single array of surface points along X or Y axis.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceSinglePointsAlongAxis
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Surface> inSurface2,
	FilNet.Axis inAxis,
	double inCoordinateValue,
	int inSmoothRadius,
	double? inMinOutputCoordinate,
	double? inMaxOutputCoordinate,
	int? inMaxInterpolationLength,
	IList<FilNet.Point3D> outPoints,
	out double outCoordinateValue
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inSurface2FilNet.NullableRef<FilNet.Surface>Optional second input surface. Default value: ftl::NIL.
inAxisFilNet.AxisAxis along which the points are extracted.
inCoordinateValuedoubleDetermines the coordinate the points will be extracted from.
inSmoothRadiusint<0, INF>Increases the number of neighbouring points taken into account.
inMinOutputCoordinatedouble?Minimal second coordinate of the output points. Default value: ftl::NIL.
inMaxOutputCoordinatedouble?Maximal second coordinate of the output points. Default value: ftl::NIL.
inMaxInterpolationLengthint?<0, INF>0Maximal number of consecutive not existing points to be interpolated. Default value: 0.
outPointsSystem.Collections.Generic.IList<FilNet.Point3D>The resulting surface points.
outCoordinateValuedoubleThe coordinate the output points were extracted from.

Function Overrides

See also