| DcelMesh Constructor (DcelMesh) |
Initializes a new instance of the
DcelMesh class that is a copy of the given
mesh.
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public DcelMesh(
DcelMesh mesh
)
Public Sub New (
mesh As DcelMesh
)
public:
DcelMesh(
DcelMesh^ mesh
)
new :
mesh : DcelMesh -> DcelMesh
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