M
Martin Stender
Hi All
I'm trying to make sense of the "Adjustments.Item(1)" value, that is
set on the "AutoShapes->Basic Shapes->Bevel" shape - and it is sort of
driving me nuts...
Has anyone any idea how this is calculated?
The purpose is to make a small makro, that is able to set the same
bevel-size on any bevel-shape, no matter it's size.
This value (in theory) goes from 0 to 0.5, but if you drag the yellow
handle around, you can suddently get all kinds of weird values from it
(like: 4.166667E-02 for example, indicating something is wrong, I
guess...).
Also, if I try to set that value to something 'normal' like .25 (using
a bit of code like this:
<Selected bevel shape>.Adjustments.Item(1) = .25 it just goes all the
way up to .5.
It has something to do with a relationship to either the shapes width
or height, depending on which is smallest ... that much I think I have
figured out.
But I can't figure out how to set it to something specific ... any
ideas?
TIA and best regards
Martin
I'm trying to make sense of the "Adjustments.Item(1)" value, that is
set on the "AutoShapes->Basic Shapes->Bevel" shape - and it is sort of
driving me nuts...
Has anyone any idea how this is calculated?
The purpose is to make a small makro, that is able to set the same
bevel-size on any bevel-shape, no matter it's size.
This value (in theory) goes from 0 to 0.5, but if you drag the yellow
handle around, you can suddently get all kinds of weird values from it
(like: 4.166667E-02 for example, indicating something is wrong, I
guess...).
Also, if I try to set that value to something 'normal' like .25 (using
a bit of code like this:
<Selected bevel shape>.Adjustments.Item(1) = .25 it just goes all the
way up to .5.
It has something to do with a relationship to either the shapes width
or height, depending on which is smallest ... that much I think I have
figured out.
But I can't figure out how to set it to something specific ... any
ideas?
TIA and best regards
Martin