Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

955a44d6 4fe8 0a93 0e30 e283e8616d26

haplokuon edited this page May 6, 2023 · 1 revision

Faces Property

netDxf 3.0.0 Library

Gets the mesh faces list.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public List<int[]> Faces { get; }

VB

Public ReadOnly Property Faces As List(Of Integer())
	Get

C++

public:
property List<array<int>^>^ Faces {
	List<array<int>^>^ get ();
}

F#

member Faces : List<int[]> with get

Property Value

List(Int32[])

See Also

Reference

Mesh Class
netDxf.Entities Namespace

Clone this wiki locally