Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer SDK

2026.1

Supported
​

User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

2026.1

Supported
​

​
​
Get started
  • System requirements
  • Licensing
  • Setup
  • Migrate from Scenario Processor
Framework
  • Framework
  • Preferences
Input/output files
  • Supported formats
  • Import files
  • Export files
  • Export textures
  • CAD vs Mesh
Scene
  • Product structure
  • Occurrence
  • Component
  • Material
  • Image
Algorithms
  • CAD
  • Healing
  • Optimization
  • Combine and bake
    • Merge by regions
    • Combine materials
    • Merge meshes by materials
    • Bake materials
    • Bake ambient occlusion
    • Create billboards
  • Reconstruction
  • UVs
Viewer
  • Viewer
Pixyz UI
  • Setup
  • Overview
  • Create a custom UI
Guidelines
  • Data preparation
  • Process point clouds
Debug and diagnose
  • Log files
  • Debug best practices
Other
  • Samples
  • Glossary
  1. Asset Transformer SDK (ex Pixyz)

Merge Part Occurrences by Regions

Use this feature to merge part occurrences together based on their physical proximity in the scene, meaning by region.
Read time 1 minute
Last updated 9 months ago

API functions:
  • scene.mergePartOccurrencesByRegions
  • scene.getClusters
Image
Note
Use scene.getClusters to get part occurrences based on their physical proximity in the scene without merging them.
This function fits particularly with large AEC models, coming from Revit, AutoCAD, Navisworks or RVM files.
Image
Indeed, if the model can be merged this function will greatly help with performances:
  • merging lowers the number of draw calls
  • by regions lets still benefit from frustrum culling (contrary to other
    Merge
    functions that do not merge by location/region but by hierarchy)
This is particularly interesting with large AEC buildings where the model is the environment. If the user is at the center of the building and looking one way, the parts behind him won't be drawn. It would have been drawn if the whole model was merged:

Full Merge

Merge by Regions

Image
Image

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.


    Report a problem with this page