Allowed options:
FACET => projection facet index (default: 0)
ZOOM => zoom factor (rational or double)
Allowed attributes:
EdgeColor, EdgeStyle, FacetColor, FacetLabels, FacetStyle, Hidden, Name, PointColor, PointLabels, PointStyle, VertexColor, VertexLabels, VertexStyle
Allowed attributes:
EdgeColor, EdgeStyle, FacetColor, FacetStyle, Hidden, Name, PointColor, PointLabels, PointStyle, VertexColor, VertexLabels, VertexStyle
Allowed attributes:
EdgeColor, EdgeStyle, Hidden, Name, NodeColor, NodeLabels, NodeStyle, VertexColor, VertexLabels, VertexStyle
Allowed attributes:
Name, VertexLabels

Combinatorics

N_FLAGS (type, ...)
Determine the number of flags of a given type. type must belong to [0..DIM-1].
CD_INDEX
prettily prints the cd-index
FACE_LATTICE
Dump the face lattice to the standard output. The output is ordered by dimension. Each row starts with [ -k : fd-k ], where k is the co-dimension, and fd-k the number of faces (as in F_VECTOR.) The faces are represented as lists of vertex indices. They appear lexicographically sorted.
DUAL_FACE_LATTICE
Dual to FACE_LATTICE. The dual faces are represented as lists of facet indices

Visualization

VISUAL (%Visual::Polytope::decorations)
Visualize a polytope as a solid object (when 2-d or 3-d), or as a Schlegel diagram (4-d).
Possible supplements: STEINER, VERTEX_COLORS, TRIANGULATION_BOUNDARY, DIRECTED_GRAPH, MIN_MAX_FACE
VISUAL_DUAL (%Visual::Polytope::decorations)
Visualize the dual polytope as a solid 3-d object. The polytope must be BOUNDED and CENTERED.
Returns: Visual::Polytope
VISUAL_TRIANGULATION (%Visual::Polytope::decorations)
Visualize the TRIANGULATION of a 3-dimensional polytope.
Hint: Use the method Method -> Effect -> Explode Group of Geometries of JavaView for better insight in the internal structure.
Possible supplements: STEINER, VERTEX_COLORS, TRIANGULATION_BOUNDARY, DIRECTED_GRAPH, MIN_MAX_FACE
VISUAL_TRIANGULATION_BOUNDARY (%Visual::Polygon::decorations)
Visualize the TRIANGULATION_BOUNDARY of the polytope.
Returns: Visual::Polygons
makeSchlegelDiagram (%make_schlegel_params)
Create a SchlegelDiagram object.
The projection ray will join the vertex barycenters of the polytope and the projection facet.
Default zoom factor is 9/10.
Returns: SchlegelDiagram
SCHLEGEL (%Visual::Graph::decorations)
Create a Schlegel diagram and draw it.
Possible supplements: STEINER, VERTEX_COLORS, TRIANGULATION_BOUNDARY, DIRECTED_GRAPH
VISUAL_GRAPH (%Visual::Graph::decorations)
Visualize the GRAPH of a polyhedron.
Possible supplements: VERTEX_COLORS, DIRECTED_GRAPH, MIN_MAX_FACE
VISUAL_DUAL_GRAPH (%Visual::Graph::decorations)
Visualize the DUAL_GRAPH of a polyhedron.
Returns: Visual::Graph
VISUAL_BOUNDED_GRAPH (%Visual::Graph::decorations)
Visualize the BOUNDED_GRAPH of a polyhedron.
Possible supplements: VERTEX_COLORS, DIRECTED_GRAPH, MIN_MAX_FACE
VISUAL_FACE_LATTICE
Visualize the HASSE_DIAGRAM of a polyhedron as a multi-layer graph.
Possible supplements: MIN_MAX_FACE
VISUAL_DUAL_FACE_LATTICE
Visualize the DUAL_FACE_LATTICE of a polyhedron as a multi-layer graph.
Possible supplements: MIN_MAX_FACE
GALE (%Visual::Gale::decorations)
Generate the Gale diagram of a d-polyhedron with at most d+4 vertices.
Returns: Visual::Gale
makeSchlegelSteinerPoints (%make_schlegel_params)
Create a SchlegelDiagram object.
The projection ray will connect the Steiner points of the polytope and the projection facet.
Default zoom factor is 1/2.
Returns: SchlegelDiagram
VISUAL_VORONOI
Draw a Voronoi diagram.