Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

6447a9c5 7f1d 1f91 8c16 b3e01c0444d0

haplokuon edited this page May 6, 2023 · 1 revision

Edges Property

netDxf 3.0.0 Library

Gets the mesh edges list.

Definition

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

Property Value

List(MeshEdge)

See Also

Reference

Mesh Class
netDxf.Entities Namespace

Clone this wiki locally