Click or drag to resize

TorusToNurbsSurface Method

Converts this torus to its NURBS surface representation. This is synonymous with calling CreateFromTorus(Torus).

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public NurbsSurface ToNurbsSurface()

Return Value

Type: NurbsSurface
A NURBS surface representation of this torus, or null on error.
See Also