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,
	FilNet.Axis inAxis,
	double inCoordinateValue,
	int inSmoothRadius,
	double? inMinOutputCoordinate,
	double? inMaxOutputCoordinate,
	IList<FilNet.Point3D> outPoints
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
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.
outPointsSystem.Collections.Generic.IList<FilNet.Point3D>The resulting surface points.

Function Overrides

See also