This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
9d77b2dd 18de 51d0 9111 ef02710b6c01
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Set a PolygonMesh vertex by its indexes.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void SetVertex(
int i0,
int i1,
Vector3 vertex
)VB
Public Sub SetVertex (
i0 As Integer,
i1 As Integer,
vertex As Vector3
)C++
public:
void SetVertex(
int i0,
int i1,
Vector3 vertex
)F#
member SetVertex :
i0 : int *
i1 : int *
vertex : Vector3 -> unit - Int32
- Index of the vertex in the U direction.
- Int32
- Index of the vertex in the V direction.
- Vector3
- A Vector3.