Class | Description |
---|---|
Axes2D |
Create an x and y axis in the xy-plane, along with "tick marks".
|
Axes3D |
Create a positive x, y, and z axis in 3-dimensional space.
|
Box |
Create a wireframe model of a cube aligned with
the x, y, and z axes and with one corner at the
origin.
|
Circle |
Create a wireframe model of a circle in the xy-plane centered at the origin.
|
Cone |
Create a wireframe model of a right circular cone with its base
parallel to the xz-plane and its apex on the positive y-axis.
|
ConeFrustum |
Create a wireframe model of a frustum of a right circular cone
with its base in the xz-plane.
|
ConeSector |
Create a wireframe model of a partial right circular cone with its
base parallel to the xz-plane and its apex on the positive y-axis.
|
Cube |
Create a wireframe model of a cube with its center
at the origin, having edge length 2, and with its
vertices at
(±1, ±1, ±1) . |
Cube2 |
Create a wireframe model of a cube with its center
at the origin, having edge length 2, and with its
corners at
(±1, ±1, ±1) . |
Cube3 |
Create a wireframe model of a cube with its center
at the origin, having edge length 2, and with its
corners at
(±1, ±1, ±1) . |
Cube4 |
Create a wireframe model of a cube with its center
at the origin, having edge length 2, and with its
corners at
(±1, ±1, ±1) . |
Cylinder |
Create a wireframe model of a right circular cylinder
with its axis along the y-axis.
|
CylinderSector |
Create a wireframe model of a partial right circular cylinder
with its axis along the y-axis.
|
Disk |
Create a wireframe model of a disk
in the xy-plane centered at the origin.
|
DiskSector |
Create a wireframe model of a sector of a disk
in the xy-plane centered at the origin.
|
Dodecahedron |
Create a wireframe model of a regular dodecahedron
with its center at the origin, having edge length
|
GRSModel |
Create a wirefram model from a GRS file.
|
Icosahedron |
Create a wireframe model of a regular icosahedron
with its center at the origin, having edge length
|
ObjSimpleModel |
A simple demonstration of loading and drawing a basic OBJ file.
|
Octahedron |
Create a wireframe model of a regular octahedron
with its center at the origin, having side length
sqrt(2) = 1.4142 ,with its center plane given
by the four vertices (±1, 0, ±1) . |
Panel |
Create a flat wireframe checkerboard panel in the xz-plane.
|
ParametricCurve |
Create a wireframe model of a parametric curve in space.
|
ParametricSurface |
Create a wireframe model of a parametric surface in space.
|
Pyramid |
Create a wireframe model of a right square pyramid with its
base in the xz-plane and its apex on the positive y-axis.
|
PyramidFrustum |
Create a wireframe model of a frustum of a right square pyramid
with its base in the xz-plane.
|
Ring |
Create a wireframe model of a ring (an annulus)
in the xy-plane centered at the origin.
|
RingSector |
Create a wireframe model of a sector of a ring (an annulus)
in the xy-plane centered at the origin.
|
Sphere |
Create a wireframe model of a sphere centered at the origin.
|
SphereSector |
Create a wireframe model of a partial sphere centered at the origin
|
SphereSubdivided |
Create a wireframe model of a sphere centered at the origin
by recursively subdividing the faces of a tetrahedron.
|
Square |
Create a wireframe model of a square in the xy-plane centered at the origin.
|
SurfaceOfRevolution |
Create a wireframe model of a surface of revolution around the y-axis.
|
Tetrahedron |
Create a wireframe model of a regular tetrahedron
with its center at the origin, having edge length
2*sqrt(2) , and with its vertices at corners
of the cube with vertices (±1, ±1, ±1) . |
Torus |
Create a wireframe model of a torus.
|
TorusSector |
Create a wireframe model of a partial torus.
|
TriangularPrism |
Create a wireframe model of a right equilateral triangular prism
with the y-axis as its central axis.
|
TriangularPyramid |
Create a wireframe model of a tetrahedron as a
triangular pyramid with an equilateral triangle
base (centered at the origin in the xz-plane)
whose three vertices are connected to a 4th vertex
on the positive y-axis.
|
ViewFrustumModel |
Create a wireframe model of a camera's perspective view frustum.
|