TestSurface
Returns a sample 3D surface.
Syntax
C++
C#
Python
def TestSurface( state: TestSurfaceState, outSurface: Surface, /, *, inPointType: PlainType = PlainType.Int16, inDensity: float = 4.0, inScaleX: float = 1.0, inScaleY: float = 1.0, inScaleZ: float = 1.0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | TestSurfaceState | |||
![]() |
inPointType | PlainType | PlainType.Int16 | Type of single point Z coordinate | |
![]() |
inDensity | float | 1.0 - 20.0 | 4.0 | Density of points along each axis over a unit of 10 |
![]() |
inScaleX | float | 0.001 - ![]() |
1.0 | Scaling of output object on X axis |
![]() |
inScaleY | float | 0.001 - ![]() |
1.0 | Scaling of output object on Y axis |
![]() |
inScaleZ | float | 0.001 - ![]() |
1.0 | Scaling of output object on Z axis |
![]() |
outSurface | Surface | Output object |




