How to Use Gcdome
For information on Class 1 and Class 2 domes, refer to:
gcdome
Gcdome is a program for calculating geodesic
dome data for any frequency.
Input parameter is a frequency from 1 to 32, although
most domes are less than frequency 32.
Output on stdout is text data describing the
geodesic dome for the given frequency.
Example of a 3 frequency geodesic dome:
gcdome 3
gcppm
gcppm generages a PPM file for a given frequency.
Input parameter is a frequency from 1 to 32.
Output is a PPM image of an icosacap triangle.
-
The output file name is fF.ppm.gz
Where F is the frequency number
-
The projected image in the PPM file is bounded by
the north pole, 0 degrees east, and 72 degrees
east. The bottom edge of the image is 63 degrees
from north at both vertices and 58 degrees at
the center of the lower edge.
-
In a 3D view of the triangle, the lower left vertex
is closest to the viewer.
-
The sphere curves away from the viewer toward the
east and toward the north.
-
Use gcview to view the PPM output file.
Example of a 3 frequency geodesic dome:
gcppm 3
gcview <f3.ppm.gz
gcstrut
gcstrut generages one PPM file for each strut
in a geodesic dome at a given frequency.
Input parameters are
-
A frequency from 1 to 32.
-
The diameter of the geodesic dome.
-
A small unit of measure gives better accuracy.
-
Diameter in millimeters gives a high degree of precision.
Output is one PPM image for each strut and an
HTML file with links to all the GIF images derived
from the PPM files.
-
The current strut is painted in red.
-
The output file name is fFS.ppm.gz
-
Where F is the frequency number
-
and S is the strut number
-
The projected image in the PPM file is bounded by
the north pole, 0 degrees east, and 72 degrees
east. The bottom edge of the image is 63 degrees
from north at both vertices and 58 degrees at
the center of the lower edge.
-
In 3D, the lower left vertex is closest to the viewer.
-
The sphere curves away from the viewer toward the
east and toward the north.
-
The PPM files are converted to GIF images with
the cvtgif script.
-
The HTML file with links to all the GIF images
is written to stdout.
-
Each strut has
-
Link to its GIF image
-
Length
-
Horizontal and vertical location on the sphere.
Example of a 3 frequency geodesic dome:
gcstrut 3 300 >f3.html
cvtgif 3
gccapppm
gccapppm generages an icosacap PPM file
for a given frequency.
Input parameter is a frequency from 1 to 32.
Output is a 180 degree view of an icosacap.
-
The output file name is fFcap.ppm.gz
Where F is the frequency number
-
The projected image in the PPM file is bounded by
the north pole, -90 degrees west, and 90 degrees
east. The bottom edge of the image is 63 degrees
from north at both vertices and 58 degrees from
north at the center of the lower edge.
-
In 3D, the mid-point between the two vertices is
closest to the viewer.
-
The sphere curves away from the viewer toward the
east, toward the west, and toward the north.
Example of a 3 frequency geodesic dome:
gccapppm 3
gcview <f3.ppm.gz
Table of Contents
Introduction
Models
References
Gcdome Examples
Copying