You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.TestSurface

AVL.TestSurface

Returns a sample 3D surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestSurface
(
	AvlNet.TestSurfaceState ioState,
	AvlNet.PlainType inPointType,
	float inDensity,
	float inScaleX,
	float inScaleY,
	float inScaleZ,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
ioStateAvlNet.TestSurfaceState
inPointTypeAvlNet.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inDensityfloat<1.0f, 20.0f>4.0fDensity of points along each axis over a unit of 10. Default value: 4.0f.
inScaleXfloat<0.001f, INF>1.0fScaling of output object on X axis. Default value: 1.0f.
inScaleYfloat<0.001f, INF>1.0fScaling of output object on Y axis. Default value: 1.0f.
inScaleZfloat<0.001f, INF>1.0fScaling of output object on Z axis. Default value: 1.0f.
outSurfaceAvlNet.SurfaceOutput object.

See also