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

ea32b10b 9a6f 480b 92b3 62f93515e8d4

haplokuon edited this page May 6, 2023 · 1 revision

MeshEdge(Int32, Int32, Double) 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,
	double crease
)

VB

Public Sub New ( 
	startVertexIndex As Integer,
	endVertexIndex As Integer,
	crease As Double
)

C++

public:
MeshEdge(
	int startVertexIndex, 
	int endVertexIndex, 
	double crease
)

F#

new : 
        startVertexIndex : int * 
        endVertexIndex : int * 
        crease : float -> MeshEdge

Parameters

  Int32
The edge start vertex index.
  Int32
The edge end vertex index.
  Double
The highest smoothing level at which the crease is retained (default: 0.0).

See Also

Reference

MeshEdge Class
MeshEdge Overload
netDxf.Entities Namespace

Clone this wiki locally