RandomPoint
Creates random point inside given box.
Syntax
C++
Python
def RandomPoint( state: RandomState, inBox: Box, /, *, inSeed: int | None = None ) -> outPoint: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | RandomState | State of generator | |
![]() |
inBox | Box | Bounding box of generated point | |
![]() |
inSeed | int | None | None | Random seed |
![]() |
outPoint | Point2D |



