About 3D Models Types
The difference between CAD and polygonal 3D models in Asset Transformer Studio
Read time 2 minutesLast updated 16 hours ago

CAD models inherited from CAD software (CATIA, NX, SolidWorks, Alias, STEP…) are not tessellated. They contain exact parametric geometries, also called BRep, NURBS, CSG…
A CAD body (closed volume) or CAD surface (open shell surface) is composed of CAD faces (also called patches), delimited by boundaries (see Glossary).
To be displayed in a 3D application, CAD faces need to be translated into tessellated surfaces, also called meshes.
A mesh is composed of multiple connected polygons, or triangles (1 polygon generally equals 2 coplanar triangles), forming a discretized geometry that is understandable by a GPU, to be rendered in a 3D application.
Moreover, CAD models can contain additional engineering and design data (Metadata, PMI…), which can be very useful to perform a targeted data preparation process based on targeted properties.
DCC software (Maya, 3DS Max, Blender, Modo…) natively create tessellated geometries (often referred to as polygonal models), which can be exported as FBX files for example, to be reimported in Asset Transformer Studio for further optimization.
Note that these meshes often come with attributes like normals and UVs (texture coordinates used to display textures on meshes), which can either be kept or recreated in Asset Transformer Studio.