Q:
Can tolerances be adjusted via Call ModelDoc.SetTessationQuality?
Need I call ModelDoc.Rebuild after call SetTessationQuality?
Code as follows:
swModelDoc.SetTessellationQuality (tessellationQualityNum); swModelDoc.Rebuild (rebuildOptions);
R:
You should be able to get finer tessellation using SetTessellationQuality. Use ModelDoc2::GraphicsRedraw2 after using this method to update part.
Regards,
Robin Richter