Click or drag to resize
DigitalRuneDcelMeshVertices Property
Gets the vertices (as a read-only list).

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public ReadOnlyCollection<DcelVertex> Vertices { get; }

Property Value

Type: ReadOnlyCollectionDcelVertex
The vertices.
Remarks
This list is automatically re-generated when the mesh is new or Dirty.
See Also