You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Basics » FIL.RandomPoint
FIL.RandomPoint
Creates random point inside given box.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RandomPoint ( FilNet.RandomState ioState, FilNet.Box inBox, out FilNet.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.RandomState | State of generator. | |||
![]() | inBox | FilNet.Box | Bounding box of generated point. | ||
![]() | outPoint | FilNet.Point2D |