Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Basics » TestSurface

TestSurface
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Returns a sample 3D surface.
Syntax
C++
C#
void fil::TestSurface ( TestSurfaceState& ioState, const fil::PlainType::Type& inPointType, const float inDensity, const float inScaleX, const float inScaleY, const float inScaleZ, fil::Surface& outSurface )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | TestSurfaceState& | Object used to maintain state of the function. | ||
![]() |
inPointType | const PlainType::Type& | Int16 | Type of single point Z coordinate | |
![]() |
inDensity | const float | 1.0 - 20.0 | 4.0f | Density of points along each axis over a unit of 10 |
![]() |
inScaleX | const float | 0.001 - ![]() |
1.0f | Scaling of output object on X axis |
![]() |
inScaleY | const float | 0.001 - ![]() |
1.0f | Scaling of output object on Y axis |
![]() |
inScaleZ | const float | 0.001 - ![]() |
1.0f | Scaling of output object on Z axis |
![]() |
outSurface | Surface& | Output object |