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

422df97d c5bf 4140 0870 2694b41e12c2

haplokuon edited this page May 6, 2023 · 1 revision

GetVertex Method

netDxf 3.0.0 Library

Gets a PolygonMesh vertex by its indexes.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Vector3 GetVertex(
	int i0,
	int i1
)

VB

Public Function GetVertex ( 
	i0 As Integer,
	i1 As Integer
) As Vector3

C++

public:
Vector3 GetVertex(
	int i0, 
	int i1
)

F#

member GetVertex : 
        i0 : int * 
        i1 : int -> Vector3 

Parameters

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

Return Value

Vector3
[Missing <returns> documentation for "M:netDxf.Entities.PolygonMesh.GetVertex(System.Int32,System.Int32)"]

See Also

Reference

PolygonMesh Class
netDxf.Entities Namespace

Clone this wiki locally