Click or drag to resize
AB4D logo

MeshUtilsCombineMeshes(MeshGeometry3D) Method

CombineMeshes return a MeshGeometry3D that is created with combining all Positions, Normals, TextureCoordinates and TriangleIndices for all the meshes that are set to the meshes parameter.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static MeshGeometry3D CombineMeshes(
	params MeshGeometry3D[] meshes
)

Parameters

meshes  MeshGeometry3D
MeshGeometry3D objects

Return Value

MeshGeometry3D
combined MeshGeometry3D
See Also