DIVIDE SPHERE WITH EQUAL TRIANGLES
DIVIDE SPHERE WITH EQUAL TRIANGLES
(OP)
Dear friends,
i have a typical problem. the crisp of the problem is as follows:
Am trying to construct a sphere with sets of equilataral triangles. the sphere is of dia
11000 and the triangle size to be used should have a max height of 600mm. I tried to fix
triangles on to sphere but it does not get divided properly. Am every time forced to use a
of different sizes in each layers. Please note that its not meshing, its embedding the
triangle on to the sphere surface. well you see its like our football only difference is
that its a hexagon. there is a calculation for embedding hexagons on to spheres but i dont
know that, i feel that could lead me to the solution.
is there any body who can help me?
thanks.
Sarnath
sarnath@sarengg.com
i have a typical problem. the crisp of the problem is as follows:
Am trying to construct a sphere with sets of equilataral triangles. the sphere is of dia
11000 and the triangle size to be used should have a max height of 600mm. I tried to fix
triangles on to sphere but it does not get divided properly. Am every time forced to use a
of different sizes in each layers. Please note that its not meshing, its embedding the
triangle on to the sphere surface. well you see its like our football only difference is
that its a hexagon. there is a calculation for embedding hexagons on to spheres but i dont
know that, i feel that could lead me to the solution.
is there any body who can help me?
thanks.
Sarnath
sarnath@sarengg.com





RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
In any case, have you looked at geodesic dome geometry?
http://www.grunch.net/synergetics/domes/domegeo.html
TTFN
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
If the polygons have unit sides then the isosceles triangles will have a unit base length. This will give give a radius of 2.478 for the sphere that all the points at the corners of the triangles lay on, or if the sphere is of unit radius then the triangle base will be 0.4035 long.
The apex angles of the isosceles triangles are 58.583 and 70.731 degrees.
Other versions can be made up of characteristic triangles (left and right hand) of one size.
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
http://www.cadreanalytic.com/cadregeo.htm
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
the triangle is spherical and its the length of triangle when developed. the triangles are not flat. i know that may be the triangle when developed may not have straight edges but never mind.
thanx for your reply and sorry for delayed response.
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
Thanks Mr.Kapitan, that was quiet useful piece of info. well i actually did the same, i took the football model only, where i did as you said. as you rightly said we can make a sphere with sets of hexagon and pentagon, but as you said one set of the triangles (for pentagon) will have 70.731 degree angle on the isosceles triangle, i wonder if the problem can be achieved only with only one set of isoceles triangles.
any way thanks for you suggestion and sorry for late response.
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
A good place to start if using only isosceles triangles is one of the Archimedean Polyhedra and sub-divide its faces into triangles and then pull the vertex of each set out to the sphere. Inside the 'Football' or Truncated Icosahedron is the Dodecahedron (12 pentagons). From this framework a reasonably smooth dome of 60 isosceles triangles can be constructed, this would require 2 types of hub (12 of 5 elements) and (20 of 6). This particular example is called a Pentakis Dodecahedron and a GOOGLE search will give plenty of geometric data and an idea of what it will look like.
This triangulation can be taken further but the thing will become too expensive and time consuming to build so an optimum number of triangles has to be set.
Another method of constructing a model is to visit this website :
http://www.netlib.org/polyhedra/
It is very informative, for numerous polyhedra there are files containing all the vertices coordinates. They can be pasted into a file and imported into a 3D modeller. From the website file extract only the last block of numbers up to the :EOF statement, these are X,Y and Z values. Near the beginning of the file is the line ( :svertices ), the first number on the line below it is the total of points defined in the block of data to use.
In my case it was CATIA V5, the wireframe built on the points and then the triangular faces on that. Any scaling function can be incorporated at the input data file stage or later on when the 3D model is complete.
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
If approximations are allowed, however, the situation is much better since the distortion of plane triangles reduces when the radius of the sphere becomes much larger than the triangle's side. I would start with the pentagons of the icosahedron, dividing them up with the best approximations to equilateral triangles, then project thos out on to the sphere.
Good luck.
GregSmith
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
As stated earlier the Tetrahedron is just one of the Five Regular Platonic Polyhedra. The vertices of each of them inscribe the sphere, the faces of the tetrahedron, octahedron and icosahedron are Equilateral Triangles. It is the dodecahedron that has pentagon faces, the fourth is the cube.
There is no need for any approximations or distortions in this exercise, it is Pure geometry.
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
If the above answers to your question does not give you the answer. Perhaps you could call Walt Disney World. Spaceship Earth in EPCOT Center is designed and built under the same premis as you are looking for. WDW has a technical office located at the base of the Spaceship Earth exhibit that answers questions just like you are asking. They should be able to give you the formula.
Yes! I live in Orlando, FL
RE: DIVIDE SPHERE WITH EQUAL TRIANGLES
TTFN