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

# Before We Begin: 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="ADXF6_7GxX8" />

In this course, we will:

* Learn about the **properties and terminology** in meshing.
* Understand how to **select specific areas of a mesh, clean mesh imports, and refine** **meshes** for latticing, simulation, and exporting.
* Explore the **various ways of meshing** for simulation and converting to a CAD body.
