Click or drag to resize

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
)

Parameters

vertexIndexes
Type: System.Collections.GenericIEnumerableInt16
Array of indexes to the vertex list of a polyface mesh that makes up the face.
See Also