Click or drag to resize
DigitalRuneDcelMesh Constructor (DcelMesh)
Initializes a new instance of the DcelMesh class that is a copy of the given mesh.

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

Parameters

mesh
Type: DigitalRune.Geometry.MeshesDcelMesh
The source mesh to copy. Can be to create an empty DcelMesh.
Remarks
This constructor creates a new DcelMesh which is a copy of the given mesh.
See Also