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 417
fa457aa0 89de a221 435a f01f4dfd9e9f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of mesh in the active layout.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public IEnumerable<Mesh> Meshes { get; }
VB
Public ReadOnly Property Meshes As IEnumerable(Of Mesh)
Get
C++
public:
property IEnumerable<Mesh^>^ Meshes {
IEnumerable<Mesh^>^ get ();
}
F#
member Meshes : IEnumerable<Mesh> with get
IEnumerable(Mesh)