This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
d44a1465 8cb1 c52c 6274 bab588efbe03
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of 3d faces in the active layout.
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
IEnumerable(Face3D)