Objective:
There are many ways to generate random textures on the surface of an object with nTop. This tutorial explains a straightforward technique that allows you to map a random array of any shape on any part's surface. You can also perform this workflow using this technique. We suggest experimenting with each technique to find the best workflow for your application.
Applies to:
- Surface texturing
- Implicit modeling
Procedure:
- Start with any implicit body.
- Using the Mesh from Implicit Body block, create a surface mesh of your start part.
- Generate the points with Random Points on Mesh.
- Create an implicit body as the seed object to duplicate on the surface.
- Create a plane at the centroid of the seed object.
- Create a list of random planes using the list of random points.
- Use the Orient Object block to create the array of objects.
- Merge Meshes to join the list into a single object.
- Convert the merged mesh object to an implicit object.
- Utilize a Boolean operation to apply the texture to the part.
And that’s it! You’ve successfully generated a random pattern on the surface of the part!