You are here: Start » AVL.NET » AVS.SurfaceSinglePointsAlongAxis Method

AVS.SurfaceSinglePointsAlongAxis Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inSurface2AvlNet.NullableRef<AvlNet.Surface>Optional second input surface. Default value: atl::NIL.
inAxisAvlNet.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: atl::NIL.
inMaxOutputCoordinatedouble?Maximal second coordinate of the output points. Default value: atl::NIL.
inMaxInterpolationLengthint?<0, INF>0Maximal number of consecutive not existing points to be interpolated. Default value: 0.
outPointsSystem.Collections.Generic.IList<AvlNet.Point3D>The resulting surface points.
outCoordinateValuedoubleThe coordinate the output points were extracted from.

Function Overrides

See also