I’m working on an exporter to Sketchup. After adding a triangular mesh to a SUComponentDefinition with SUEntitiesFill I use SUModelMergeCoplanarFaces to reduce the model size. But if I import a file inside Sketchup I’ll get infos to fix the model. Is this possible at the moment with the SDK? Most of the methods are just for adding geometries, but how about removing or modifying them?
The nice solution would be having the fix method from Sketchup as an SDK method.
A small code snippet that reproduce it would allow me to run this through the debugger. You can send it to me directly if you don’t want to post it publicly.