You are here: Start » FIL.NET » FIL.RandomPoint3D
FIL.RandomPoint3D
Creates random 3D point inside given box
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RandomPoint3D ( FilNet.RandomState ioState, float inMinX, float inMaxX, float inMinY, float inMaxY, float inMinZ, float inMaxZ, int? inSeed, out FilNet.Point3D outPoint3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.RandomState | State of generator. | |||
![]() | inMinX | float | |||
![]() | inMaxX | float | |||
![]() | inMinY | float | |||
![]() | inMaxY | float | |||
![]() | inMinZ | float | |||
![]() | inMaxZ | float | |||
![]() | inSeed | int? | Random seed. Default value: ftl::NIL. | ||
![]() | outPoint3D | FilNet.Point3D |