Hallo André,
nachdem Sie (untunlich) Widerspruch eingelegt und Ihre Erwartungen an
die Darstellungsgeometrie geometrieferner Sachverhalte dargetan hatten -
wobei als Argumente die Namensähnlichkeit von Mma. Funktionen und die
Existenz von Würfeln dienten - ist mglw. folgender Hinweis von Interesse:
In[1]:= Needs["DiscreteMath`Combinatorica`"]
In[2]:= Needs["DiscreteMath`GraphPlot`"]
In[3]:= ?GraphPlot3D
GraphPlot3D[g, options] calculates a visually appealing 3D layout of the \
vertices of a graph g and plots the graph using this layout.
In[14]:= ?GraphCoordinates3D
GraphCoordinates3D[g, options] calculates a visually appealing 3D layout
of \
the vertices of a graph g and returns the coordinates of the vertices.
In[16]:= GraphPlot3D[Hypercube[3]]
und
In[19]:= FullOptions[%16, ViewPoint]
Out[19]= {1.3,-2.4,2.}
Gruss
Udo.