You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Basics » 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, FilNet.Box3D inBox3D, out FilNet.Point3D outPoint3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.RandomState | State of generator. | |||
![]() | inBox3D | FilNet.Box3D | Bounding box of generated point. | ||
![]() | outPoint3D | FilNet.Point3D |