Search found 3 matches
- 23 Jun 2021, 11:15
- Forum: CAD .NET
- Topic: DXF to *.001 file
- Replies: 3
- Views: 3424
Re: DXF to *.001 file
i meant a text file that will store all the entities details.
- 22 Jun 2021, 15:06
- Forum: CAD .NET
- Topic: DXF to *.001 file
- Replies: 3
- Views: 3424
DXF to *.001 file
do cad .net support converting dxf to *.001 (text ) files?
- 09 Jun 2021, 17:45
- Forum: CAD .NET
- Topic: iterate over each layer entities c#
- Replies: 1
- Views: 2532
iterate over each layer entities c#
i can access all layers and its properties but the next step is that i need to read all entities in each layer such as lines and texts in a dwg file can't find such a thing in the documentation, any help please? here is my code CADImage vDrawing = CADImage.CreateImageByExtension(filename); vDrawing....