CylindricalSurface Class


A cylindrical surface.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2017

Syntax

C#
public class CylindricalSurface : Surface
Visual Basic
Public Class CylindricalSurface _
	Inherits Surface
Visual C++
public ref class CylindricalSurface : public 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

SystemObject
  Autodesk.Revit.DBSurface
    Autodesk.Revit.DBCylindricalSurface

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →