查看单个帖子
旧 2006-12-19, 12:55 PM   #2
directdwg
初级会员
 
注册日期: 06-12
帖子: 5
精华: 0
现金: 22 标准币
资产: 22 标准币
directdwg 向着好的方向发展
默认 回复: 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
directdwg离线中   回复时引用此帖