haplokuon / netDxf

.net dxf Reader-Writer
MIT License
986 stars 400 forks source link

Is there no way to acess all Entities? #303

Open KrystofS opened 3 years ago

KrystofS commented 3 years ago

It seems that the DxfDocument has no longer attribute Entities. Is there really to way to acess all entities? This seems rather odd to me. Especially when it is shown in code example.

haplokuon commented 3 years ago

Read this, additionally if you are using the latest code you can get the list from "DxfDocument.Entities.All" it will return the list of entities contained in the active layout "DxfDocument.Entities.ActiveLayout".