docs.unity3d.com
Version: 

    About 3D Models Types

    Image

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

    Note

    Useful links about CAD vocabulary: CAD, BRep, NURBS, PMI, CAD Data Exchange.

    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 as polygonal models), which can be exported as FBX files for example, to be reimported in Pixyz Studio for further optimization.

    Note that these meshes often come with attributes like normals and UVs (textures coordinates used to display textures on meshes), which can either be kept or recreated in Pixyz Studio.

    Note

    To learn about a mesh and its attributes, have a look at the page Anatomy of a Mesh in Unity documentation! See also Polygon Mesh and About Face and Vertex Normals

    Related topics

    • Supported File Formats
    • About the Product Structure (Tree)
    • About Tessellation
    • About Decimation
    • About Face and Vertex Normals
    Pixyz Studio 2025.1.1.2 based on SDK 2025.1.2.3
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.