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

FIS.TestSurface Method

Returns a sample 3D surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestSurface
(
	FilNet.TestSurfaceState ioState,
	FilNet.PlainType inPointType,
	float inDensity,
	float inScaleX,
	float inScaleY,
	float inScaleZ,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
ioStateFilNet.TestSurfaceState
inPointTypeFilNet.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.
outSurfaceFilNet.SurfaceOutput object.

See also