RandomPoint3D
Creates random 3D point inside given box.
Syntax
C++
C#
Python
def RandomPoint3D( state: RandomState, inBox3D: Box3D, /, *, inSeed: int | None = None ) -> outPoint3D: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | RandomState | State of generator | |
![]() |
inBox3D | Box3D | Bounding box of generated point | |
![]() |
inSeed | int | None | None | Random seed |
![]() |
outPoint3D | Point3D |



