Daniel Carvajal
Daniel Carvajal
You should ask Autodesk for that, no way I am gonna test what characters AutoCAD likes and what doesn't, because I do not know. The DXF documentation just says that...
You can use the Spline constructor `public Spline(IEnumerable controlPoints, IEnumerable weights, short degree, bool closedPeriodic)` As the "controlPoints" parameter pass your new array of Vector3 that represents your new control...
If the code raises an assertion that means that you are using a Debug build not a Release build. assertions, not exceptions, are used through out the code, to check...
The data of unsupported features is lost when the file is loaded, no way around that.
I see why that method might fail in a 32 bit system with very big files, what I do not understand is why is giving you problems since that is...
No such operation is available in this library.
No. There are some entities I cannot calculate it, like Text, MText, and Tolerance; I have no way of measuring strings based in TTF and SHX fonts. Also the Underlay...