Jump to content

Need help with polyhedron...


SilverTiger

Recommended Posts

I have no clue as to how to compute my angles of rotation to make this heptagonal-rhomboid-pentagonal polyhedron.

 

Here is the flat layout:

HeptagonalPolyhedronLayout.jpg

 

And this is what I'm trying to make:

hepta_A5xI_O2.jpg

Link to comment
Share on other sites

  • Replies 21
  • Created
  • Last Reply

Top Posters In This Topic

  • SilverTiger

    6

  • shift1313

    6

  • fuccaro

    3

  • SEANT

    2

Top Posters In This Topic

Posted Images

i thought about it a little and you need to look at it like triangles and do some trig. You know the length across your square is fixed. and that needs to be the distance between your two regular heptagons. the only issue is this needs to be on plane. I would draw some reference triangles and snap to them and measure angles.

Link to comment
Share on other sites

I don't think the second picture is dealing with Regular Heptagons (though they may be equilateral).

 

I'm assuming that those are regular heptagons in the Autocad drawing. It looks to be impossible to array them around a regular pentagon, especially given the clearence required to generate the curve.

Link to comment
Share on other sites

i would have to agree that the shape is irregular. i had to rotate my panels down 39degrees to get them close, then i snapped to the intersection point to make them align properly. this is a huge arc!!!(actually small).

 

soccer.jpg

Link to comment
Share on other sites

the more I look at that the more Escher-esque it gets!

 

the only observation I can make is that each heptagon touches two squares, two pentagons, and two other heptagons - and that arraying any quantity of heptagons about a central point will require said heptagons to be irregular for them to tile in a circular fashion (across a curved surface or otherwise)

 

Might have to borrow Mr Strix's laptop and have a play with that one :glare:

Link to comment
Share on other sites

i would have to agree that the shape is irregular. i had to rotate my panels down 39degrees to get them close, then i snapped to the intersection point to make them align properly. this is a huge arc!!!(actually small).

 

How in the world did you snap to the intersection point? How did you do that exactly? I had an intersection point too where they overlapped each other, but I couldn't figure out a way to snap to it and rotate it accurately...

Link to comment
Share on other sites

i drew my first heptagon by making a single line then an array, pedit to join it. then i drew a square off one of its sides, array of my heptagon around the center point of the square. then i changed my zaxis vector and rotated each heptagon down 39degrees(3x the angle between them in the xy plane). at that point they had a slight over lap and i was just able to drag the edge to the intersection point. what are your osnap settings?

Link to comment
Share on other sites

ok...so you changed the shape; what i need is an exact angle of rotation ( it's somewhere between 37deg and 37.0625deg) or a way to align all three edges so that i don't have to rotate at all, preferably the latter because all divided sums of angles seem to end in a fraction of a seventh, which is always a repeating decimal. The shape itself does not need to be changed. If I had to do an exact rotation, I would be able to rotate the heptagons accurately if I knew the radius of the inscribed sphere.

Link to comment
Share on other sites

With regular polygons, I'm getting 37.11050 degrees. Angle was derived from the intersections of two Revolved Solids.

 

As mentioned by shift1313; the curvature is quite intense, and is another indication that Regular Polygons may not work for this hedron.

Hept.dwg

Link to comment
Share on other sites

In the first image I drew a square and two heptagons. Also I rotated the UCS and converted the heptagons to regions.

hept1.gif

We wish to rotate the white heptagon around AB. I drew the circle described by its corner M. The center of the circle is along the line AB, at the same Z coord as M is.

hept2.gif

In the same way I drew the magenta circle; that is the trajectory of N while rotating around AC (in the mean time I changed the UCS).

hept3.gif

 

Where the two circles meet each other –this is the point we should bring N and M.

I used the Align command: first I selected the red heptagon. As first source point I selected A, and A again as first destination point. As second source point I selected C and C again as second destination point. As third source point I selected the corner N and as third destination point I clicked the intersection of the two circles.

 

hept4.gif

 

The same goes for the white heptagon.

hept5.gif

Does this help you?

Link to comment
Share on other sites

Wow. I finally got it. Thanks guys. Now I need to do something else. Is there an autolisp or something that allows you to type fractions into an angle when the decimal is a repeater? I need this angle for the splinecurve: 25-4/5deg. I derived this angle by dividing the total number of axes of rotation into 360. In this case, there are 14 total axes. The long white line represents the last axis. When I calculate 360/14, I get 25-4/5, or 25.71428571~ and it is a repeater. I just wish there were a way to enter a fraction as an angle into AutoCAD.

 

Splinecurve.jpg

Link to comment
Share on other sites

Try to enter it a lisp expression. When AutoCAD prompts you for an angle enter

(/ pi 7)

It means "divide PI with 7 -that's the same as "divide 2 times PI to 14"

As you can see, the angle must be entered in Radians.

But as in this case, as in the previous one I think you should use geometrical constructions. If you work with numbers you can end-up with accumulated rounding errors... In this case I would use (again) the ALIGN command. Or ROTATE with Reference option

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...