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
ea32b10b 9a6f 480b 92b3 62f93515e8d4
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,
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
- 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).