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 | |
|---|---|---|---|---|---|
![]() |
ioState | TestPoint3DGridState | |||
![]() |
inDensity | float | 1.0 - 20.0 | 4.0 | Density of points in output object |
![]() |
inScaleX | float | 0.001 - ![]() |
1.0 | Scaling of output object on X axis |
![]() |
inScaleY | float | 0.001 - ![]() |
1.0 | Scaling of output object on Y axis |
![]() |
inScaleZ | float | 0.001 - ![]() |
1.0 | Scaling of output object on Z axis |
![]() |
outPoint3DGrid | Point3DGrid | Output object |




