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 416
6aac6430 6051 17a9 3309 828497a4c0fb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Mesh
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Mesh(
IEnumerable<Vector3> vertexes,
IEnumerable<int[]> faces
)
VB
Public Sub New (
vertexes As IEnumerable(Of Vector3),
faces As IEnumerable(Of Integer())
)
C++
public:
Mesh(
IEnumerable<Vector3>^ vertexes,
IEnumerable<array<int>^>^ faces
)
F#
new :
vertexes : IEnumerable<Vector3> *
faces : IEnumerable<int[]> -> Mesh
- IEnumerable(Vector3)
- Mesh vertex list.
- IEnumerable(Int32[])
- Mesh faces list.