Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Basics » CreateRandomPointArray

CreateRandomPointArray


Module: FoundationLite

Creates array of random points inside given box.

Name Type Range Description
Input value inLength Integer 1 - + Length of output array
Input value inBox Box Bounding box of generated point
Input value inStep Real 0.0001 - Minimal difference between two generated values on each coordinate
Input value inSeed Integer* Random seed
Output value outArray Point2DArray

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Value of inStep is greater than height of box in CreateRandomPointArray.
DomainError Value of inStep is greater than width of box in CreateRandomPointArray.

Complexity Level

This filter is available on Basic Complexity Level.