How do I integrate ezdxf into my .NET app? #1088
Replies: 4 comments
-
I have no experience with C# but googling "embed python in c#" returns this: |
Beta Was this translation helpful? Give feedback.
-
Thank you. |
Beta Was this translation helpful? Give feedback.
-
If you don't need rendering (or develop your own "renderer"): https://github.com/haplokuon/netDxf It is implemented in C# and is pretty complete (available via NuGet). Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thanks, yeah that's what I've been looking into. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I install EZDXF to work with C# and .Net. Do I need to install python to use this ezdxf? I have no experience in Python. Or is there a .dll I can reference?
Tony
Beta Was this translation helpful? Give feedback.
All reactions