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

3838129f ce15 e1a1 15df 710e85a3560c

haplokuon edited this page May 6, 2023 · 1 revision

PolyfaceMeshFace(IEnumerable<Int16>) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the PolyfaceMeshFace class.

Definition

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

Parameters

  IEnumerable(Int16)
Array of indexes to the vertex list of a polyface mesh that makes up the face.

See Also

Reference

PolyfaceMeshFace Class
PolyfaceMeshFace Overload
netDxf.Entities Namespace

Clone this wiki locally