Goal:
Stitch together CAD faces into a single surface.
Useful for:
- Texturing
- Defining boundary conditions
Steps:
1. Start with an Imported Part
2. Select the faces you want to merge by holding CTRL (they will highlight up as blue). Once you have selected all of the faces, Right-Click and choose the option "Create CAD Face List Variable". This will create a list that is the size of the number of faces you selected. In this example, we choose 6 faces, so the list is (6).
3. Add a Stitch CAD Surface Bodies block. This block merges multiple sheets within a tolerance range and outputs the results as a list. However, this block comes auto-populated with a list. You cannot input a list into a list. You have to delete the auto-populated list in order to input the CAD faces from Step 2.
4. Add a Mesh from CAD Body block to turn the stitched surfaces into a Mesh. This step will make a Mesh that has a list of (1).
5. Add a Remesh Surface block to create a single surface with uniform polygons. This will clean up the mesh. Instead of inputting the Mesh from CAD Body (1) block from the previous step, we want to open up its Properties and take out the Mesh [0] Property to use are our input. This gets rid of the lists of one, which will be helpful for downstream workflows.
And that’s it! You’ve successfully merged multiple CAD Faces into a single surface.
Are you still having issues? Reach out to the support team, and we’ll be happy to help!
Thanks for watching this video and for using nTop Platform.
Comments
Please sign in to leave a comment.