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()
Public Function ToNurbsSurface As NurbsSurface
Return Value
Type:
NurbsSurfaceA NURBS surface representation of this torus, or null on error.
See Also