Click or drag to resize
DigitalRuneDcelVertexTag Property
Gets or sets an integer flag that can be used by algorithms that operate on the DcelMesh.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public int Tag { get; set; }

Property Value

Type: Int32
An integer flag that can be used by algorithms that operate on a DcelMesh.
Remarks
This property can be used by algorithms that operate on the DcelMesh.
See Also