From: Francis on
Part.GetTessellationQuality
&
Part.SetTessellationQuality 0 to 100


<silashilliard(a)scafco.com> wrote in message news:1165254573.688732.122030(a)79g2000cws.googlegroups.com...
> I want to make a macro that instantly ups the image quality. As little
> work as it is, I'm tired of going to the document properties to up the
> shaded and draft quality resolution. This is probably something that
> could be fixed with the copy settings wizard, but when I try to do
> that, it says I don't have administrator privileges. I don't really
> want to hassle our tech guy, plus I think of this as a learning
> opportunity. The line in the API code is
>
> Part.SetUserPreferenceIntegerValue swImageQualityShaded,
> swShadedImageQualityCustom
>
> If I change the swShadedImageQualityCustom to a number, the macro still
> runs, but there's no discernable change. Any suggestions?
>