Click or drag to resize
AB4D logo

MeshUtilsCollectAllMeshes Method

CollectAllMeshes method returns a list of MeshUtilsMesh3DInfo structs that contains information about all 3D meshes in the specified Model3D hierarchy.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static List<MeshUtilsMesh3DInfo> CollectAllMeshes(
	Model3D model3D,
	Transform3D parentTransform = null
)

Parameters

model3D  Model3D
root Model3D
parentTransform  Transform3D  (Optional)
parent Transform3D or null

Return Value

ListMeshUtilsMesh3DInfo
list of Mesh3DInfo structs
See Also