Click or drag to resize

DxfDocumentFaces3d Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the 3d faces list.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public IReadOnlyList<Face3d> Faces3d { get; }
Request Example View Source

Property Value

Type: IReadOnlyListFace3d
See Also