You are here: Start » FIL.NET » FIS.TestPoint3DGrid Method
FIS.TestPoint3DGrid Method
Returns a sample 3D object.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TestPoint3DGrid ( FilNet.TestPoint3DGridState ioState, float inDensity, float inScaleX, float inScaleY, float inScaleZ, FilNet.Point3DGrid outPoint3DGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.TestPoint3DGridState | ||||
![]() | inDensity | float | <1.0f, 20.0f> | 4.0f | Density of points in output object. 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. |
![]() | outPoint3DGrid | FilNet.Point3DGrid | Output object. |