Click or drag to resize

PolyfaceMeshFace Constructor (IEnumerableInt16)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the PolyfaceMeshFace class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public PolyfaceMeshFace(
	IEnumerable<short> vertexIndexes
)
Request Example View Source

Parameters

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