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
c2f5e13e f899 d748 d3a0 97e62ca266d8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the PolyfaceMesh
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public PolyfaceMesh(
IEnumerable<Vector3> vertexes,
IEnumerable<short[]> faces
)
VB
Public Sub New (
vertexes As IEnumerable(Of Vector3),
faces As IEnumerable(Of Short())
)
C++
public:
PolyfaceMesh(
IEnumerable<Vector3>^ vertexes,
IEnumerable<array<short>^>^ faces
)
F#
new :
vertexes : IEnumerable<Vector3> *
faces : IEnumerable<int16[]> -> PolyfaceMesh
- IEnumerable(Vector3)
- Polyface mesh vertex list.
- IEnumerable(Int16[])
- Polyface mesh faces list, a maximum of 4 indexes per face.
PolyfaceMesh Class
PolyfaceMesh Overload
netDxf.Entities Namespace