Click or drag to resize
AB4D logo

TorusKnotMesh3D Class

Torus knot is a special kind of knot that lies on the surface of an unknotted torus. Similarly, a torus link is a link which lies on the surface of a torus in the same way. Each torus knot is specified by a pair of coprime integers p and q. A torus link arises if p and q are not coprime. A torus knot is trivial (equivalent to the unknot) if and only if either p or q is equal to 1 or −1.
Inheritance Hierarchy
SystemObject
  Ab3d.MeshesTorusKnotMesh3D

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class TorusKnotMesh3D : IMesh3D

The TorusKnotMesh3D type exposes the following members.

Constructors
 NameDescription
Public methodTorusKnotMesh3D Constructor
Top
Properties
 NameDescription
Public propertyGeometry Gets the MeshGeometry3D that represents a 3D sphere.
Top
See Also