Click or drag to resize

PolyfaceMesh Constructor

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

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public PolyfaceMesh(
	IEnumerable<PolyfaceMeshVertex> vertexes,
	IEnumerable<PolyfaceMeshFace> faces
)
Request Example View Source

Parameters

vertexes
Type: System.Collections.GenericIEnumerablePolyfaceMeshVertex
Polyface mesh vertex list.
faces
Type: System.Collections.GenericIEnumerablePolyfaceMeshFace
Polyface mesh faces list.
See Also