Returns frame of reference associated with this CylindricalSurface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Frame GetFrameOfReference()
Return Value
Frame
Frame of reference associated with this CylindricalSurface.
Remarks
This is an equivalent of new Frame(Origin, XDir, YDir, Axis).
See Also
Reference