Share

ConicalSurface.GetFrameOfReference Method

Returns frame of reference associated with this ConicalSurface.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public Frame GetFrameOfReference()

Return Value

Frame
Frame of reference associated with this ConicalSurface.

Remarks

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

See Also

Reference

Was this information helpful?