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

e30a4e16 1395 9be2 3671 53b4d2be32a6

haplokuon edited this page May 6, 2023 · 1 revision

MeshVertexes 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()

VB

Public Function MeshVertexes As List(Of Vector3)

C++

public:
List<Vector3>^ MeshVertexes()

F#

member MeshVertexes : unit -> List<Vector3> 

Return Value

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

Remarks

The minimum vertexes generated for smoothed polygon meshes is 3 in each direction.

See Also

Reference

PolygonMesh Class
MeshVertexes Overload
netDxf.Entities Namespace

Clone this wiki locally