You are here: Start » FIL.NET » Invoke.TestSurface
Returns a sample 3D surface.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TestSurface ( Fil.TestSurfaceState ioState, Fil.PlainType inPointType, float inDensity, float inScaleX, float inScaleY, float inScaleZ, Fil.Surface outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.TestSurfaceState | ||||
![]() | inPointType | Fil.PlainType | Int16 | Type of single point Z coordinate. Default value: Int16. | |
![]() | inDensity | float | <1.0f, 20.0f> | 4.0f | Density of points along each axis over a unit of 10. Default value: 4.0f. |
![]() | inScaleX | float | <0.001f, INF> | 1.0f | Scaling of output object on X axis. Default value: 1.0f. |
![]() | inScaleY | float | <0.001f, INF> | 1.0f | Scaling of output object on Y axis. Default value: 1.0f. |
![]() | inScaleZ | float | <0.001f, INF> | 1.0f | Scaling of output object on Z axis. Default value: 1.0f. |
![]() | outSurface | Fil.Surface | Output object. |