Click or drag to resize
DigitalRuneDcelFace Constructor (DcelEdge)
Initializes a new instance of the DcelFace class from a given edge.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public DcelFace(
	DcelEdge boundary
)

Parameters

boundary
Type: DigitalRune.Geometry.MeshesDcelEdge
An edge of the outer boundary.
See Also