Tool
Solid
Vector
Surface
Transform
Triangulation
Boolean Operation
Array
Render
3D Object
Curve Analysis
Panels
Text
Image
Primitive Curves
Toolset
Intersection
Analysis
Populate Geometry
Populate generic geometry with points
Details
ID
tool-array-populate-geometry
Name
Populate Geometry
Group
Array
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Geometry | Geometry | Geometry to populate | |
| Count | Number | Number of points to add | 5 |
| Seed | Number | Random seed for insertion | 1 |
| Points | Point | Optional pre-existing population |
Output ports
| Name | Type | Description |
|---|---|---|
| Points | Point | Population of inserted points |
The node will generate a set of points distributed across the input geometry (curve, surface, or solid). The Seed input controls the random distribution and allows repeatable results. You can also provide fixed points that will be included alongside generated points. On the output port, you will get:
Points — a list of generated and fixed 3D points on the geometry.
This node is ideal for procedural scattering, sampling geometry for instancing or simulation, and layout automation.
Evaluate Surface
Face Normals