Populate a 3D region with points
ID
tool-array-populate-3d
Name
Populate 3D
Group
Array
Package
Tool
Keywords
Render
After creating a node, connect the region width inside which we want to get points to the first port, and the region length inside which we want to get points to the second port. To the fourth port, you need to connect the count of points in this region. Connect number random seed to the fifth port for different combinations of points. On the output port, you will get the population of inserted points.
Populate 2D
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
width | Number | Width of region | 50 |
length | Number | Length of region | 30 |
height | Number | Height of region | 40 |
count | Number | Number of points to add | 20 |
seed | Number | Random seed for insertion | 5 |
Outputs
Name | Type | Description |
---|---|---|
points | Point | Population of inserted points |