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
56bf8b09 37f9 0ca2 66db c94a634c9867
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts the actual polygon mesh into a mesh entity approximating the surface faces as necessary.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Mesh ToMesh(
int precisionU,
int precisionV
)
VB
Public Function ToMesh (
precisionU As Integer,
precisionV As Integer
) As Mesh
C++
public:
Mesh^ ToMesh(
int precisionU,
int precisionV
)
F#
member ToMesh :
precisionU : int *
precisionV : int -> Mesh
- Int32
- Number of vertexes created along the U direction.
- Int32
- Number of vertexes created along the V direction.
Mesh
A Mesh entity.
The minimum vertexes generated for smoothed polygon meshes is 3 in each direction.