Skip to main content
1-Visitor
April 11, 2011
Question

Thumbnail Orientation

  • April 11, 2011
  • 2 replies
  • 868 views

Can anyone share the values required forthumbnail.generator.rx, rz, and ry to match the Pro/E default orientation?


Thanks,


Jon

2 replies

16-Pearl
April 11, 2011

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

jdevitt1-VisitorAuthor
1-Visitor
April 12, 2011

These values seem to do the trick:


thumbnail.generator.rx=30


thumbnail.generator.ry=-30


thumbnail.generator.rz=-16


Thanks for the help.