Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer Studio

2026.5.0

Supported
​

User Manual

Python API

Changelog

Asset Transformer Studio

2026.5.0

Supported
​

​
​
Get started
  • About Asset Transformer Studio
  • Getting started
  • Additional Resources
User Interface
  • Overview
  • Menu Bar
  • Toolbars
  • Window
  • Customizing the User Interface
Data Preparation Fundamentals
  • Overview
  • General Information
  • Typical Data Preparation Workflow
  • About 3D Models Types
  • About the Product Structure (Tree)
  • About Occurrences
  • About Instances & Prototypes
  • About Face and Vertex Normals
  • About UVs
  • About Tessellation
    • Re-Tessellate
  • About Decimation
  • About Animation
  • Glossary
Working With Asset Transformer Studio
  • Overview
  • Videos and Tutorials
  • Supported File Formats
  • Importing Files
  • Exporting Files
  • Scripting With the Python API
  • Interrupting a Process
  • Plugins
  • Errors in Asset Transformer Studio
Python API Reference
  • Overview
Changelog
  • Changelog
  1. Asset Transformer Studio
  2. Data Preparation Fundamentals
  3. About Tessellation

Re-Tessellate

How to re-tessellate parts in Asset Transformer Studio
Read time 2 minutes
Last updated 9 hours ago

Models that contain BRep surfaces (CAD models) can be re-tessellated directly in the scene without having to import the model all over again. Re-Tessellate allows you to fine-tune tessellation quality of entire models or individual parts in the scene.
See About Tessellation.

Condition

Parts can be re-tessellated providing they were originally tessellated with Asset Transformer Studio, using the Tessellate function, and with the parameter
Keep BRep Shape
enabled.

Notes

Here are a few important notes when re-tessellating parts:
  • Refining the tessellation parameters values will produce smoother surfaces on your model, but also increase polycount and the scene file size.
  • When re-tessellating, meshes are entirely recreated, so actions like mesh repair, face orientation corrections and UVs generation need to be executed again on the newly created mesh. So, it is advised to fine-tune tessellation quality right after import and initial tessellation, prior to moving on to fixing and optimizing meshes.
  • When clicking one of the
    Re-Tessellate
    actions, it's the
    Tessellate
    dialog box that is opened, and the parameter
    Override Existing Tessellation
    is forced.
  • In order to help fine-tune tessellation precisely, initial tessellation parameters are stored for each mesh of the scene. When opening the
    Tessellate
    dialog box, parameters values are automatically adjusted to the selection's initial tessellation values, providing the selected parts share the same initial tessellation value. Otherwise, the
    Medium
    preset is automatically set, and a message is raised in the interface, in orange:
Re-tessellate warning

How to

To re-tessellate, follow these steps:
  1. Select a part, or a selection of parts you wish to re-tessellate using the Viewer or the Product Structure.
  2. Open the
    Re-Tessellate
    dialog box:
    • From the CAD menu
    • From the Re-Tessellate menu accessible from a right-click in the Viewer
    • From the Inspector, using the
      Re-Tessellate
      button in the Part component
  3. In the
    Tessellate
    dialog box, change the tessellation parameters (see About Tessellation for more information about the parameters).
  4. Click
    Execute
    .
Re-tessellate in action

Messages

Pre-process message box

Depending on the nature of the selection, and after clicking one of the
Re-Tessellate
actions, a first message box can be displayed before opening the
Tessellate
dialog box, asking you how to process parts that were already tessellated:
Pre-process message
  • Re-tessellate
    : All parts of the selection already tessellated before are re-tessellated, and non-tessellated parts are tessellated, with the parameters you define in the
    Tessellate
    dialog box.
  • Ignore
    : Parts of the selection that are already tessellated are ignored: only non-tessellated parts are tessellated, with the parameters you define in the
    Tessellate
    dialog box.

Warnings in the dialog box

Depending on the nature of the selection, a warning message can be displayed in the function dialog box, explaining how/if the selection is affected by the re-tessellation process.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour 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.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Condition

    • Notes

    • How to

    • Messages

      • Pre-process message box

      • Warnings in the dialog box