Point grid

Creates a grid of points.


Inputs

  • origin

    • The vector value that defines the origin (the position of the first point) of the output points.
  • resolutionX

    • The value that defines the resolution (number of points) within the x-axis.
  • resolutionY

    • The value that defines the resolution (number of points) within the y-axis.
  • resolutionZ

    • The value that defines the resolution (number of points) within the z-axis.
  • spacing

    • The vector value that defines the spacing between points within the grid.

Outputs

  • geometry

    • Output primitives.
  • points

    • The list of points of the output primitives.
  • points.x

    • The list of x values of the points of the output primitives.
  • points.y

    • The list of y values of the points of the output primitives.
  • points.z

    • The list of z values of the points of the output primitives.

Notes

  • The points defined by the resolution inputs are set within the positive direction of their respective axes.

  • Other names for this node include: PointGrid.

Examples