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

56bf8b09 37f9 0ca2 66db c94a634c9867

haplokuon edited this page May 6, 2023 · 1 revision

ToMesh(Int32, Int32) Method

netDxf 3.0.0 Library

Converts the actual polygon mesh into a mesh entity approximating the surface faces as necessary.

Definition

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 

Parameters

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

Return Value

Mesh
A Mesh entity.

Remarks

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

See Also

Reference

PolygonMesh Class
ToMesh Overload
netDxf.Entities Namespace

Clone this wiki locally