| SphereToRevSurface Method  | 
 
            Converts this Sphere to a RevSurface representation. 
            This is synonymous with calling RevSurface.CreateFromSphere().
            
 
    Namespace: 
   Rhino.Geometry
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 5.0
 Syntax
Syntaxpublic RevSurface ToRevSurface()
Public Function ToRevSurface As RevSurface
Return Value
Type: 
RevSurfaceA surface of revolution representation of this sphere or null.
 See Also
See Also