Tool
Primitive Curves
Intersection
Solid
Transform
Render
Vector
Surface
Toolset
Array
Curve Analysis
Triangulation
Image
Boolean Operation
Panels
Text
Analysis
3D Object
Populate 3D
Populate a 3D region with points
Details
ID
tool-array-populate-3d
Name
Populate 3D
Group
Array
Package
Tool
Keywords
Input ports
| 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 |
Output ports
| Name | Type | Description |
|---|---|---|
| Points | Point | Population of inserted points |
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