Click or drag to resize

CylinderToRevSurface Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RevSurface ToRevSurface()

Return Value

Type: RevSurface
A RevSurface representation of the cylinder or null.
See Also