I am trying to import a .dxf file in c# to extrude walls, windows and doors to create a 3D model from a floorplan. Is there any way how this can be done please?
Asked
Active
Viewed 96 times
1 Answers
1
Check out netDxf, a library built for the purpose of loading and examining Autocad files: https://github.com/haplokuon/netDxf
Also, in general, you may want to think about how your questions are framed, in this case your title is really not aligned with you question, a title along the lines of "Load and process DXF files in C#" would offer more insight in to what you're trying to do and why it's relevant to these tags.

OperatorOverload
- 724
- 4
- 17
-
Is there any extrusion methods in this library? – DannyFar94 Nov 20 '18 at 00:04