Hi, I am looking for a way to programmatically perform error detection on the STL files provided on this page.
The site says it is made in Aspose.3D, and it appears that a Node.js library is provided, but it does not appear that any functionality is provided directly that would detect errors in the 3D model.
Are the implementation details of this functionality publicly available?
Also, if Aspose.3D does not have the ability to detect errors directly from the 3D model and I have to create it myself, would I be better off using another library (such as Trimesh) ? Is there any advantage to using Aspose.3D ?
@sngazm
The repairing feature in Aspose.3D is currently experimental and not available in public releases. At this time, you may only use Aspose.3D to read the topological structure of 3D files and then analyze any issues using your own algorithm or third-party implementations.
Aspose.3D supports many file formats, so we recommend combining Aspose.3D’s file support capabilities with the analyzing features of other libraries for your current needs.
Please let me know if you have any other questions about working with Aspose.3D.