Objective:
To create evenly distributed points on a surfaceApplies to:
- Latticing
Solution:
This article uses a Custom Block to create our desired outcome. If you are new to using Custom Blocks, learn how to import, modify, and update them with the following resources:- Learning Center course:
- Articles:
- The mesh input must be a surface mesh of the body.
- A unit must be specified in the point spacing input.
- The relaxation iterations input controls the number of iterations that are run to evenly distribute the points
- The random seed input specifies the seed value. Each seed value is essentially a different layout of the points.

Attachment:
- How to add texture to a surface using random points
- How to select random points from a Point List by filtering with volume

