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