Polyhedra torus Constructs a polyhedra with the form of a thorus. Syntax polyhedra_torus(Real, Real) polyhedra_torus(Natural, Real, Real) polyhedra_torus(Point, Real, Real) polyhedra_torus(Natural, Point, Real, Real) Description polyhedra_torus(Real, Real) Given two real and , constructs a polyhedra with the form of a torus of 20 sides, centered at the origin, where the radius from the center of the hole to the center of the torus tube is , and the radius of the tube is . polyhedra_torus(Natural, Real, Real) Given a natural and two real and , constructs a polyhedra with the form of a torus of sides, centered at the origin, where the radius from the center of the hole to the center of the torus tube is , and the radius of the tube is . polyhedra_torus(Point, Real, Real) Given a point and two real and , constructs a polyhedra with the form of a torus of 20 sides, centered at , where the radius from the center of the hole to the center of the torus tube is , and the radius of the tube is . polyhedra_torus(Natural, Point, Real, Real) Given a natural , a point and two real and , constructs a polyhedra with the form of a torus of sides, centered at , where the radius from the center of the hole to the center of the torus tube is , and the radius of the tube is . Related functions Polyhedra, Polyhedra cone, Polyhedra cylinder, Polyhedra sphere Table of Contents Syntax Description Related functions