latest
Array
Populate 2D

Populate a 2D region with points

ID

662ae7a510b6cb87640c92db

Name

Populate 2D

Group

Array

Package

Tool

Keywords

populate
points2D

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating Populate 2D node.

  • The first way to create Populate 2D node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • populate , points2D
  • The second way is to select Populate 2D node from the menu that opens from the top left.
    • Menu > Tool > Grid > Populate 2D

Steps

  • Create Populate 2D node.
  • Connect the region width inside which we want to get points to the first port.
  • Connect the region length inside which we want to get points to the second port.
  • Connect the count of points in this region to the third port.
  • Connect number random seed to the fourth port.

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.

See also

Populate 3D

Inputs

NameTypeDescriptionDefault Value
width
Number
Width of region50
length
Number
Length of region30
count
Number
Number of points to add10
seed
Number
Random seed for insertion5

Outputs

NameTypeDescription
points
Point
Population of inserted points