You are here: Start » FIL.NET » Invoke.RandomPoint3D
Invoke.RandomPoint3D
Creates random 3D point inside given box.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RandomPoint3D ( Fil.RandomState ioState, Fil.Box3D inBox3D, Optional<int> inSeed, out Fil.Point3D outPoint3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | Fil.RandomState | State of generator. | |||
![]() | inBox3D | Fil.Box3D | Bounding box of generated point. | ||
![]() | inSeed | Ftl.Optional<int> | Random seed. Default value: ftl::NIL. | ||
![]() | outPoint3D | Fil.Point3D |