|
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.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static MeshGeometry3D CombineMeshes(
params MeshGeometry3D[] meshes
)
Parameters
- meshes MeshGeometry3D
- MeshGeometry3D objects
Return Value
MeshGeometry3Dcombined MeshGeometry3D
See Also