Polygon generator is useless

I need an octagon with sides parallel to the X and X axes, and which I can redimention like this:

I created this “octagon” using the pen tool, but I can’t get all the proportions straight. None of the diagonal sides are the same length, and I can’t get them straight because “Edit Points” does not display any coordinates.

If I try to do this to an octagon made using the polygon generator, I get this:

I can rotate it 22.5 degrees to get its sides parallel to the X axis.

But then when I change its dimensions, I get this crooked thing:

Can you change its size before you rotate it? Will that work?

The editor is out of frame on your screen shots, but have you tried the little Lock icon next to the dimensions? That locks the proportions of height and width. Height and Width are the dimensions of the outline box, which is different than X & Y as you’ve shown, because the shape can be rotated.

Yes, it can be rotated. But whether I try to rescale it before or after I rotate it makes no difference, because the frame in which it gets rescaled rotates with the figure. I tried combining it with other shapes so I could rescale them together, but that same frame stays there, and I get the same results. I know about the lock icon.

So I am no expert, I have only had my machine since the summer. But I just tried this and I think maybe I have a way to do what you are asking. Maybe…

So make your octagon in the polygon app. Rotate the 22.5 degrees. Select the shape and use the Offsetter app and create 1 shape outward. Apply that and when it arrives on the work area move it aside and then just select the new outer band. Delete that shape and your left with the old rotated octagon and the new shape which should be the octagon without 22.5 degree offset.

Locking the x and y and then dragging should scale the shape without skewing.

At least it did for me when I just tried it.

Edit: forgot you want the X longer. Just dont lock them together and you should be able to extend the X.

Hi @SauliusMuliolis,

I think you’re trying to resize the shape with respect to the X and Y axes, but the size properties are with respect to the shape’s orientation.

There are a few ways you could “re-orient” the shape, including @Nomad’s suggestion. Another that might be a little simpler is to add another shape that’s contained within the octagon, and selecting them both and using Easel’s “Combine” feature:

That’s better than my route for sure. This is why I spend a lot of time lurking in the forums. Always something to learn.

rodovich: Thanks! I tried that, but missed the last step, “combine”.

OK, once I have it straightened and resized, I can’t remove the other figure I added, so what I am using is a circle with a diameter smaller than the bit I am using. So it won’t even cut that, and I can copy, paste, and resize the octagon in any way I want now.

Thanks everyone for your help.

Hi @PhilJohnson,

We don’t consider the resizing behavior a bug, as we think it’s usually the desired outcome. If shapes were scaled relative to the X & Y axes, then resizing rotated shapes like text or rectangles would introduce skewing just like @SauliusMuliolis wanted to avoid with the octagon:

40 PM

Another way to do it is to use good old fashioned math…

As long as you want a regular octagon here’s what I would do to give me a shape that I could manipulate fully.

  1. Set S=Length of Octagon Side
  2. Set L=Width (and Height) of Octagon since it is regular

Use the following equation to find L; it’s based on the fact that a regular octagon can have a square drawn around it and if you know S then you can find the sides of the imaginary triangle that is at the four corners of the square beyond the octagon. Shout out to Pythagoras!

L=S*((sqrt(2)+2)/ sqrt(2))

Once you have solved for L then you have all you need…

Next perform these steps…

  1. Make a rectangle in EASEL
  2. Set the Width of the rectangle to the value of S
  3. Set the Length of the rectangle to the value of L
  4. Make three copies of this rectangle
  5. Change the angle of the copies (one to each); 45°, 90°, and 315° (or 135° - same result)
  6. Now select all of the rectangles and align them vertically and horizontally
  7. Combine them and there’s your octagon

Here’s a quick example of an octagon I cooked up using this very method. I have only NOT performed Step 7 for combining them so you can see how the octagon looks as just the rectangles overlapping one another.

Obviously you will need to be aware of any rounding errors so verify the octagon is displayed correctly and that any tool paths generated look good for your use.

{:0)

Brandon Parker