Skip to main content

Polyhedra torus

Constructs a polyhedra with the form of a torus.

Syntax

polyhedra_torus(Real, Real)
polyhedra_torus(Natural, Real, Real)
polyhedra_torus(Point, Real, Real)
polyhedra_torus(Natural, Point, Real, Real)

Description

Given two real r and R, 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 RR, and the radius of the tube is rr.

calc.polyhedra_thorus1.calc.png
calc.polyhedra_thorus1.plotter0.calc.png

Given a natural n and two real rr and RR, constructs a polyhedra with the form of a torus of nn sides, centered at the origin, where the radius from the center of the hole to the center of the torus tube is RR, and the radius of the tube is rr.

calc.polyhedra_thorus2.calc.png
calc.polyhedra_thorus2.plotter0.calc.png

Given a point P and two real rr and RR, constructs a polyhedra with the form of a torus of 20 sides, centered at PP, where the radius from the center of the hole to the center of the torus tube is RR, and the radius of the tube is rr.

calc.polyhedra_thorus3.calc.png
calc.polyhedra_thorus3.plotter0.calc.png

Given a natural nn, a point PP and two real rr and RR, constructs a polyhedra with the form of a torus of nn sides, centered at PP, where the radius from the center of the hole to the center of the torus tube is RR, and the radius of the tube is rr.

calc.polyhedra_thorus4.calc.png
calc.polyhedra_thorus4.plotter0.calc.png