Revit 2026 API
Host |
Gets the plane representing the normal and origin of the surface containg the base profile curve loop of the roof or floor slab.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Plane GetPlane()
Public Function GetPlane As Plane
public: Plane^ GetPlane()
member GetPlane : unit -> Plane
Return Value
PlaneThe plane.
See Also