You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
ioState | Avl.TestSurfaceState | ||||
![]() | inPointType | Avl.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 | Avl.Surface | Output object. |