初级会员
注册日期: 06-12
帖子: 5
精华: 0
现金: 22 标准币
资产: 22 标准币
|
回复: How to adjust unit of SW?
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
|