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
    • Repair meshes
    • Merge vertices
    • Delete degenerated polygons
  • Optimization
  • Combine and bake
  • 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 vertices

Use this feature to merge vertices that have the same position but different attributes.
Read time 1 minute
Last updated 9 months ago

API function: algo.mergeVertices
The tolerance parameter is used to identify vertices to be merged. Candidates are typically the non-manifold borders of a mesh or hard edges.
This feature recreates connectivity information for vertices that match the specified tolerance, at the identified locations.
Important
You must use this feature when creating meshes from meshes with unconnected vertices. Use a very small tolerance. Otherwise, the features that require connectivity information, such as decimation, don't work correctly.
This feature is part of the repair mesh algorithm.

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.

  • Additional resources
  • Remove occluded geometries – standard processing

Report a problem with this page