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

769f795a 1388 b6ec 4547 de24ee54ef45

haplokuon edited this page May 6, 2023 · 1 revision

Faces Property

netDxf 3.0.0 Library

Gets or sets the polyface mesh faces.

Definition

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

C#

public IReadOnlyList<PolyfaceMeshFace> Faces { get; }

VB

Public ReadOnly Property Faces As IReadOnlyList(Of PolyfaceMeshFace)
	Get

C++

public:
property IReadOnlyList<PolyfaceMeshFace^>^ Faces {
	IReadOnlyList<PolyfaceMeshFace^>^ get ();
}

F#

member Faces : IReadOnlyList<PolyfaceMeshFace> with get

Property Value

IReadOnlyList(PolyfaceMeshFace)

See Also

Reference

PolyfaceMesh Class
netDxf.Entities Namespace

Clone this wiki locally