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

52e8a3fd b25d 7efd c7af d4d1bc369e7c

haplokuon edited this page May 6, 2023 · 1 revision

MeshEdge(Int32, Int32) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the MeshEdge class.

Definition

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

Parameters

  Int32
The edge start vertex index.
  Int32
The edge end vertex index.

See Also

Reference

MeshEdge Class
MeshEdge Overload
netDxf.Entities Namespace

Clone this wiki locally