Click or drag to resize
DigitalRuneTriangleMeshClone Method
Creates a new TriangleMesh that is a copy of the current instance.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public TriangleMesh Clone()

Return Value

Type: TriangleMesh
A new TriangleMesh that is a copy of the current instance.
See Also