You are here: Start » AVL.NET » Invoke.TestSurface

Invoke.TestSurface

Returns a sample 3D surface.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioStateAvl.TestSurfaceState
inPointTypeAvl.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.
outSurfaceAvl.SurfaceOutput object.

See also