Click or drag to resize
AB4D logo

MeshUtilsCombineMeshes(IListMeshGeometry3D) 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(
	IList<MeshGeometry3D> meshes
)

Parameters

meshes  IListMeshGeometry3D
list of MeshGeometry3D objects

Return Value

MeshGeometry3D
combined MeshGeometry3D
See Also