Cylinder.ToRevSurface Method

CylinderToRevSurface Method

Constructs a RevSurface representation of this Cylinder. This is synonymous with calling RevSurface.CreateFromCylinder().

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RevSurface ToRevSurface()
Public Function ToRevSurface As RevSurface

Return Value

Type: RevSurface
A RevSurface representation of the cylinder or null.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also