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

d44a1465 8cb1 c52c 6274 bab588efbe03

haplokuon edited this page May 6, 2023 · 1 revision

Faces3D Property

netDxf 3.0.0 Library

Gets the list of 3d faces in the active layout.

Definition

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

C#

public IEnumerable<Face3D> Faces3D { get; }

VB

Public ReadOnly Property Faces3D As IEnumerable(Of Face3D)
	Get

C++

public:
property IEnumerable<Face3D^>^ Faces3D {
	IEnumerable<Face3D^>^ get ();
}

F#

member Faces3D : IEnumerable<Face3D> with get

Property Value

IEnumerable(Face3D)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally