
Tue, 08/16/2022 - 06:43
I loaded a file which was a list of three doubles for point co-ordinates and then those points were referenced by index to describe the faces. This was a small ~200 KB file. However, when I loaded it up and sewed a shell together with all this and saved the resulting topo shape as a brep, I got a ~17 MB file. What could be the problem? Can the file be saved in a more compact format?
Tue, 08/16/2022 - 09:19
Any file / script samples to reproduce observed results?
Wed, 08/17/2022 - 02:50
One way of getting shape from points is mentioned in this thread: https://dev.opencascade.org/content/generating-and-reading-brep-files. I am using the same approach.