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
Input will be modified ioState RandomState State of generator
Input value inBox3D Box3D Bounding box of generated point
Input value inSeed int | None None Random seed
Output value outPoint3D Point3D