| DcelMeshEdges Property |
Gets the edges (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<DcelEdge> Edges { get; }
Public ReadOnly Property Edges As ReadOnlyCollection(Of DcelEdge)
Get
public:
property ReadOnlyCollection<DcelEdge^>^ Edges {
ReadOnlyCollection<DcelEdge^>^ get ();
}
member Edges : ReadOnlyCollection<DcelEdge> with get
Property Value
Type:
ReadOnlyCollectionDcelEdgeThe edges.
Remarks
This list is automatically re-generated when the mesh is new or
Dirty.
See Also