> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Guide to Surface Meshing

export const YouTubeVideo = ({src, title, caption}) => {
  return <Frame caption={caption}>
      <iframe className="w-full aspect-video rounded-xl" src={`https://www.youtube.com/embed/${src}`} title={title} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>
    </Frame>;
};

<YouTubeVideo src="ZHXmjRZtPEY" />

#### Description

This training explores surface meshing in nTop. The objectives of these techniques are to successfully surface mesh for virtually any downstream operations while:

* preserving geometric fidelity of our geometry
* minimizing mesh element count and resulting file size
* reducing overall solve time of meshing operations

To dive deeper into the inputs and techniques shown in this guide, see [Surface Meshing Techniques](https://learn.ntop.com/courses/surface-meshing-techniques/).

**Prerequisites:** [101: nTop Essentials](/courses/101-ntop-essentials/), [102: Guide to Meshing](/courses/102-guide-to-meshing/)

**What is covered:**

* How to mesh for simulation or manufacturing
* **Mesh from Implicit Body**block and varying levels of sharpening
* **Simplify Mesh by Threshold**block
* **Remesh Surface** block
* Meshing block order and its effect on solve time

To view the file in the video, please download below.

**Downloadable Files:**

[Surface\_Meshing\_Techniques.ntop](https://files.learn.ntop.com/Support%20Article%20Example%20Files/Knowledge%20Base/Meshing/Surface_Meshing_Techniques.ntop)

*This file was last updated in nTop 5.45.2*
