I have a very large IGES file. This file is the export of a point cloud from SolidWorks. The point cloud is from a 3D laser scan of an object.
My problem is that this file either hangs pyiges, or just takes an extremely long time to load. I have tried leaving it loading for over a full 24 hours so far,, but it hasn't yet succeeded. The ipython process seems to only be using around 13% CPU, and not huge amounts of memory. I tried loading this file in FreeCAD, which also takes a very long time to load.
The IGES file seems to mostly be elements of type 110 and 116.
Do you think there is anything that can be done to speed this up, or is there a way to check the file is still actually being slowly loaded, and pyiges isn't just stuck?
I really just want to extract the points and put them into a simpler point cloud format file.
I have a very large IGES file. This file is the export of a point cloud from SolidWorks. The point cloud is from a 3D laser scan of an object.
My problem is that this file either hangs pyiges, or just takes an extremely long time to load. I have tried leaving it loading for over a full 24 hours so far,, but it hasn't yet succeeded. The ipython process seems to only be using around 13% CPU, and not huge amounts of memory. I tried loading this file in FreeCAD, which also takes a very long time to load.
The IGES file seems to mostly be elements of type 110 and 116.
Do you think there is anything that can be done to speed this up, or is there a way to check the file is still actually being slowly loaded, and pyiges isn't just stuck?
I really just want to extract the points and put them into a simpler point cloud format file.