RVTDocs.com
Namespace: Autodesk.Revit.DB

ConicalSurface

Class
Description:
A Conical Surface.
Remarks:
The parametric equation of the cone is S(u, v) = center + v*[sin(halfAngle)(cos(u)*xVec + sin(u)*yVec) + cos(halfAngle)*zVec]. Only the branch of the cone with v >= 0 should be used.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Surface
    Autodesk.Revit.DB.ConicalSurface
Syntax
public class ConicalSurface : Surface