PolyfaceMeshFace Constructor (IEnumerableInt16)
|
Initializes a new instance of the PolyfaceMeshFace class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public PolyfaceMeshFace(
IEnumerable<short> vertexIndexes
)
Public Sub New (
vertexIndexes As IEnumerable(Of Short)
)
public:
PolyfaceMeshFace(
IEnumerable<short>^ vertexIndexes
)
new :
vertexIndexes : IEnumerable<int16> -> PolyfaceMeshFace
CONSTRUCTOR(
vertexIndexes AS IEnumerable<SHORT>
)
Parameters
- vertexIndexes
- Type: System.Collections.GenericIEnumerableInt16
Array of indexes to the vertex list of a polyface mesh that makes up the face.
See Also