Click or drag to resize
AB4D logo

MeshUtilsCombineAllMeshes(ListMeshUtilsMesh3DInfo) Method

CombineAllMeshes method combines all meshes from a list of Mesh3DInfo into a single MeshGeometry3D. It also applies all the transformations to the positions and normals (transformed by inversed transposed matrix).

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static MeshGeometry3D CombineAllMeshes(
	List<MeshUtilsMesh3DInfo> meshes
)

Parameters

meshes  ListMeshUtilsMesh3DInfo
list of Mesh3DInfo structs

Return Value

MeshGeometry3D
MeshGeometry3D created from combining all specified meshes
See Also