This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
e30a4e16 1395 9be2 3671 53b4d2be32a6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Obtains a list of vertexes that represent the polygon mesh approximating the surface faces as necessary.
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>
List(Vector3)
A list of vertexes that represent the mesh.
The minimum vertexes generated for smoothed polygon meshes is 3 in each direction.
PolygonMesh Class
MeshVertexes Overload
netDxf.Entities Namespace