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

654a5ea6 c12d ba39 8f8d 3cd05c95aab1

haplokuon edited this page May 6, 2023 · 1 revision

MeshVertexes(Int32, Int32) Method

netDxf 3.0.0 Library

Obtains a list of vertexes that represent the polygon mesh approximating the surface faces as necessary.

Definition

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

C#

public List<Vector3> MeshVertexes(
	int precisionU,
	int precisionV
)

VB

Public Function MeshVertexes ( 
	precisionU As Integer,
	precisionV As Integer
) As List(Of Vector3)

C++

public:
List<Vector3>^ MeshVertexes(
	int precisionU, 
	int precisionV
)

F#

member MeshVertexes : 
        precisionU : int * 
        precisionV : int -> List<Vector3> 

Parameters

  Int32
Number of vertexes created along the U direction.
  Int32
Number of vertexes created along the V direction.

Return Value

List(Vector3)
A list of vertexes that represent the mesh.

See Also

Reference

PolygonMesh Class
MeshVertexes Overload
netDxf.Entities Namespace

Clone this wiki locally