Revit 2026 API
Conical |
Returns frame of reference associated with this ConicalSurface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Frame GetFrameOfReference()
Public Function GetFrameOfReference As Frame
public: Frame^ GetFrameOfReference()
member GetFrameOfReference : unit -> Frame
Return Value
FrameFrame of reference associated with this ConicalSurface.

This is an equivalent of new Frame(Origin, XDir, YDir, Axis).
See Also