This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
6447a9c5 7f1d 1f91 8c16 b3e01c0444d0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the mesh edges list.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public List<MeshEdge> Edges { get; }
VB
Public ReadOnly Property Edges As List(Of MeshEdge)
Get
C++
public:
property List<MeshEdge^>^ Edges {
List<MeshEdge^>^ get ();
}
F#
member Edges : List<MeshEdge> with get
List(MeshEdge)