Skip to content

ACadSharp.Entities.PolyfaceMesh.Faces

Albert Domenech edited this page Sep 17, 2025 · 3 revisions

Faces Property

Face records with the triangle indexes.

Definition

Namespace: ACadSharp.Entities.PolyfaceMesh

C#

public CadObjectCollection<VertexFaceRecord> Faces { get; private set; }

Property Value

CadObjectCollection

Clone this wiki locally