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
3838129f ce15 e1a1 15df 710e85a3560c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the PolyfaceMeshFace
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public PolyfaceMeshFace(
IEnumerable<short> vertexIndexes
)
VB
Public Sub New (
vertexIndexes As IEnumerable(Of Short)
)
C++
public:
PolyfaceMeshFace(
IEnumerable<short>^ vertexIndexes
)
F#
new :
vertexIndexes : IEnumerable<int16> -> PolyfaceMeshFace
- IEnumerable(Int16)
- Array of indexes to the vertex list of a polyface mesh that makes up the face.
PolyfaceMeshFace Class
PolyfaceMeshFace Overload
netDxf.Entities Namespace