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 407
654a5ea6 c12d ba39 8f8d 3cd05c95aab1
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(
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>
- Int32
- Number of vertexes created along the U direction.
- Int32
- Number of vertexes created along the V direction.
List(Vector3)
A list of vertexes that represent the mesh.
PolygonMesh Class
MeshVertexes Overload
netDxf.Entities Namespace