Tool
Transform
Primitive Curves
Surface
Vector
Triangulation
Boolean Operation
Render
Intersection
Text
Solid
3D Object
Curve Analysis
Toolset
Panels
Image
Analysis
Array
Populate 2D
Populate a 2D region with points
Details
ID
tool-array-populate-2d
Name
Populate 2D
Group
Array
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Plane | Plane | Plane to use | "XY" |
| Width | Number | Width of region | 50 |
| Length | Number | Length of region | 30 |
| Count | Number | Number of points to add | 10 |
| Seed | Number | Random seed for insertion | 5 |
| Points | Point | Optional pre-existing population |
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 third port, you need to connect the count of points in this region. Connect number random seed to the fourth port for different combinations of points. On the output port, you will get the population of inserted points.
Populate 3D