latest
Array
Populate 3D

Populate a 3D region with points

ID

662ae7a510b6cb87640c92dc

Name

Populate 3D

Group

Array

Package

Tool

Keywords

populate
points3D

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 3D node.

  • The first way to create Populate 3D 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 , points3D
  • The second way is to select Populate 3D node from the menu that opens from the top left.
    • Menu > Nurbs > Grid > Populate 3D

Steps

  • Create Populate 3D 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 region height inside which we want to get points to the third port.
  • Connect the count of points in this region to the fourth port.
  • Connect number random seed to the fifth 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 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.

See also

Populate 2D

Inputs

NameTypeDescriptionDefault Value
width
Number
Width of region50
length
Number
Length of region30
height
Number
Height of region40
count
Number
Number of points to add20
seed
Number
Random seed for insertion5

Outputs

NameTypeDescription
points
Point
Population of inserted points