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 410
52e8a3fd b25d 7efd c7af d4d1bc369e7c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the MeshEdge
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public MeshEdge(
int startVertexIndex,
int endVertexIndex
)
VB
Public Sub New (
startVertexIndex As Integer,
endVertexIndex As Integer
)
C++
public:
MeshEdge(
int startVertexIndex,
int endVertexIndex
)
F#
new :
startVertexIndex : int *
endVertexIndex : int -> MeshEdge
- Int32
- The edge start vertex index.
- Int32
- The edge end vertex index.