| DcelMeshVertices Property |
Gets the vertices (as a read-only list).
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public ReadOnlyCollection<DcelVertex> Vertices { get; }
Public ReadOnly Property Vertices As ReadOnlyCollection(Of DcelVertex)
Get
public:
property ReadOnlyCollection<DcelVertex^>^ Vertices {
ReadOnlyCollection<DcelVertex^>^ get ();
}
member Vertices : ReadOnlyCollection<DcelVertex> with get
Property Value
Type:
ReadOnlyCollectionDcelVertexThe vertices.
Remarks
This list is automatically re-generated when the mesh is new or
Dirty.
See Also