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 409
c50db8d9 adaa cef7 d46b bacb63d2e650
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of polygon meshes in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<PolygonMesh> PolygonMeshes { get; }
VB
Public ReadOnly Property PolygonMeshes As IEnumerable(Of PolygonMesh)
Get
C++
public:
property IEnumerable<PolygonMesh^>^ PolygonMeshes {
IEnumerable<PolygonMesh^>^ get ();
}
F#
member PolygonMeshes : IEnumerable<PolygonMesh> with get
IEnumerable(PolygonMesh)