MathAlgorithmsMergeEqualVertices(Vector3, Int32, Double, Boolean, Boolean) Method |
Original arrays will not changed.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void MergeEqualVertices(
ref Vector3[] vertices,
ref int[] indices,
double epsilon,
bool fastMethod = true,
bool multithreaded = true
)
Parameters
- vertices Vector3
- indices Int32
- epsilon Double
- fastMethod Boolean (Optional)
-
- multithreaded Boolean (Optional)
-
See Also