Cube Constructs a cube. Syntax cube() cube(Real) cube(Point, Real) Description cube() Constructs a cube centered at the origin with edges of length 1. cube(Real) Given a real , constructs a cube centered at the origin with edges of length . cube(Point, Real) Given a point and a real , constructs a cube centered at with edges of length . Related functions Dodecahedron, Icosahedron, Prism, Pyramid Table of Contents Syntax Description Related functions