Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Can anyone share the values required forthumbnail.generator.rx, rz, and ry to match the Pro/E default orientation?
Thanks,
Jon
Hi Jon,
It's not exactly the same, but I just add the following setting (in site.xconf):
<property name="thumbnail.generator.rx" overridable="true" targetfile="codebase/wvs.properties" value="25"/">
It gives a much better orientation.
Hope this helps.
Allan
These values seem to do the trick:
thumbnail.generator.rx=30
thumbnail.generator.ry=-30
thumbnail.generator.rz=-16
Thanks for the help.