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

fa457aa0 89de a221 435a f01f4dfd9e9f

haplokuon edited this page May 6, 2023 · 1 revision

Meshes Property

netDxf 3.0.0 Library

Gets the list of mesh in the active layout.

Definition

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

Property Value

IEnumerable(Mesh)

See Also

Reference

DrawingEntities Class
netDxf.Collections Namespace

Clone this wiki locally