![]() |
How to set the tolerance parameters of Tessellate face?
Q:
How to set the parameters of Tessellate face? I need control tessellated or associated tolerance. yogy |
回复: How to set the tolerance parameters of Tessellate face?
R:
Dear, Use Modeler::SetToleranceValue to adjust tolerances. Regards, Robin Richter SolidWorks Technical Support |
回复: How to set the tolerance parameters of Tessellate face?
Q:
Dear Robin, 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); yogy |
回复: How to set the tolerance parameters of Tessellate face?
R:
Dear, You should be able to get finer tessellation using SetTessellationQuality. Use ModelDoc2::GraphicsRedraw2 after using this method to update part. Regards, Robin Richter SolidWorks Technical Support |
回复: How to set the tolerance parameters of Tessellate face?
Q:
Subject: What difference do the two functions (ModelDoc.SetTessationQuality and Modeler::SetToleranceValue) have? Dear, What difference do the two functions (ModelDoc.SetTessationQuality and Modeler::SetToleranceValue) have? How do the two above functions affect the display quality of OpenGL? Yogy |
回复: How to set the tolerance parameters of Tessellate face?
R:
Yogy, ModelDoc2.SetTessationQuality only affects the OpenGL display, it doesn’t affect geometry. Sorry if I gave you incorrect information before. Modeler::SetToleranceValue actually affects the geometry. Robin Richter |
所有的时间均为北京时间。 现在的时间是 12:16 PM. |