TestPoint3DGrid


Returns a sample 3D object.

Syntax

C++
Python
 
def TestPoint3DGrid(
	state: TestPoint3DGridState,
	outPoint3DGrid: Point3DGrid,
	/,
	*,
	inDensity: float = 4.0,
	inScaleX: float = 1.0,
	inScaleY: float = 1.0,
	inScaleZ: float = 1.0
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState TestPoint3DGridState
Input value inDensity float 1.0 - 20.0 4.0 Density of points in output object
Input value inScaleX float 0.001 - 1.0 Scaling of output object on X axis
Input value inScaleY float 0.001 - 1.0 Scaling of output object on Y axis
Input value inScaleZ float 0.001 - 1.0 Scaling of output object on Z axis
Output value outPoint3DGrid Point3DGrid Output object