RVTDocs.com
Namespace: Autodesk.Revit.DB

CylindricalSurface

Class
Description:
A cylindrical surface.
Remarks:
The parametric equation of the cylinder is S(u, v) = center + radius*cos(u)*xVec + radius*sin(u)*yVec + v*zVec.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Surface
    Autodesk.Revit.DB.CylindricalSurface
Syntax
public class CylindricalSurface : Surface