-
I'm using the Windows 64 bit build on Win7/64, 32GB RAM. I exported a .ply point cloud file from CloudCompare: https://www.dropbox.com/s/hlavw11ekv9be51/market_reduced%20-%20Cloudsubsetbinary.ply?dl=0…
-
I can't get the homebrew Formula to work anymore... I have the impression that the move of homebrew formulas from "python3" to "python" and "python" to "python@2" coincided with the build breaking, bu…
-
As I know, *.sketch files have *.json structure. Would be better make import from *.sketch. Hudge amount of ui-designers use Sketch, and for gaining popularity for Akira need compability with most pop…
-
Good day or whatever time in Your location now :-)
Need some help for refilling printer head with printing solution. For now I simply cut off half of top cover, throw out sponge and fill cartridge…
Rykot updated
11 years ago
-
The following error occurred when reading a dxf file with Autocad version AC1021,
[line that produced the error](https://github.com/ixmilia/dxf/blob/645ce4c52f1a3c5221321e22df49ec72a8dfe9e0/src/Ix…
-
Hello! Thanks for the nice library. I am sorry if I missed it, but what is the recommended way to save/store fitted splines? It seems like pickling would work, but it would be nice if there were a way…
-
Hello
200MB以上的dwg读取缓慢,内存爆满,有什么方法能够方便读写?
Reading DWG files over 200MB is slow, and memory usage is high. Are there any methods to facilitate reading and writing?
```
namespace ACadSharp.Examples
…
-
This issue is about reviewing and possibly cleaning up the different pieces of triangulation code we use in various places. Things are much cleaner now than when this was first raised, but a review is…
-
```
[[0, 'ADD_MODE_APPEND', 1],
[1, 'ADD_MODE_BULK_APPEND', 2],
[2, 'ADD_MODE_BULK_INSERT', 3],
[3, 'ADD_MODE_INSERT', 0],
[4, 'ARC_HIGH_DEF', 5000],
[5, 'ARC_LOW_DEF', 20000],
[6, 'ARC_M…
-
SolveSpace would benefit from a file format that suits the following required properties:
- compact, with a binary representation;
- has an alternate text representation, for tests;
- fast to read and…