-
Notifications
You must be signed in to change notification settings - Fork 406
is possible working this library with IronPython? #481
Comments
I cannot think of a reason why it should not work, this is a pretty standard net library after all; but I have no experience with IronPython. Try to explicitly import the netDxf.Entities namespace where the circle class resides or use the full namespace netDxf.Entities.Circle to instantiate a Circle object. Same thing applies to similar cases. You are also using an old version of this library, update it just in case. |
The AddEntity method does not exist anymore, I changed that long time ago. This is how I knew that you were using an old version of the library, now you can find it in dxf.Entities.Add. Check the samples, check the documentation, and pay attention to the error IronPython is returning. |
i downloaded from NuGet here, there's only one matched. where's the latest DLL versions link to download? |
Download the latest source code and build the library yourself. I am not related in any way, shape, or form with the nuget releases. |
hi,
is possible to call and loading the library from IronPython? i give a try but thrown some error messages.
regards,
The text was updated successfully, but these errors were encountered: