> ## 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.

# 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="Ea-CLLWKrvA" />

Working with meshes is a necessary step for importing and exporting geometry and for some latticing techniques and finite element analysis. Therefore, we recommend our [102: Guide to Meshing](/courses/102-guide-to-meshing/) course after nTop Essentials.
