CADability dotNET
A toroidal surface which implements ISurface. The surface represents a torus in space. It is defined by its position in space (three directions) and two radii. The u parameter describes the "big" circles about the main axis, the v parameter describes the "small" circles.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public class ToroidalSurface : ISurfaceImpl, 
	ISerializable, IDeserializationCallback
Visual Basic
<SerializableAttribute> _
Public Class ToroidalSurface _
	Inherits ISurfaceImpl _
	Implements ISerializable, IDeserializationCallback
Visual C++
[SerializableAttribute]
public ref class ToroidalSurface : public ISurfaceImpl, 
	ISerializable, IDeserializationCallback

Inheritance Hierarchy

See Also