Polyhedra cone with lid Constructs a polyhedra with the form of a cone, including the bottom base. Syntax polyhedra_cone_with_lid(Natural) polyhedra_cone_with_lid(Natural, Point) polyhedra_cone_with_lid(Natural, Real, Real) polyhedra_cone_with_lid(Natural, Point, Real, Real) Description polyhedra_cone_with_lid(Natural) Given a natural , constructs a polyhedra with the form of a cone of sides, centered at the origin, with height and radius of 1 unit. polyhedra_cone_with_lid(Natural, Point) Given a natural and a point , constructs a polyhedra with the form of a cone of sides, centered at , with height and radius of 1 unit. polyhedra_cone_with_lid(Natural, Real, Real) Given a natural and two reals and , constructs a polyhedra with the form of a cone of sides, centered at the origin, with height and radius . polyhedra_cone_with_lid(Natural, Point, Real, Real) Given a natural , a point and two reals and , constructs a polyhedra with the form of a cone of sides, centered at , with height and radius . Related functions Polyhedra cone, Polyhedra, Polyhedra cylinder, Polyhedra cylinder with lids, Polyhedra sphere, Polyhedra torus Table of Contents Syntax Description Related functions