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

9d77b2dd 18de 51d0 9111 ef02710b6c01

haplokuon edited this page May 6, 2023 · 1 revision

SetVertex Method

netDxf 3.0.0 Library

Set a PolygonMesh vertex by its indexes.

Definition

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 

Parameters

  Int32
Index of the vertex in the U direction.
  Int32
Index of the vertex in the V direction.
  Vector3
A Vector3.

See Also

Reference

PolygonMesh Class
netDxf.Entities Namespace

Clone this wiki locally