Click or drag to resize
DigitalRuneConvexDecompositionDecompose Method
Decomposes the specified mesh.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public void Decompose(
	ITriangleMesh mesh
)

Parameters

mesh
Type: DigitalRune.Geometry.MeshesITriangleMesh
The mesh.
Remarks
This method blocks until the decomposition has finished. The result is available in the property Decomposition.
See Also