Revit 2026 API
Planar |
Normal of the planar face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ FaceNormal { get; }
Public ReadOnly Property FaceNormal As XYZ Get
public: property XYZ^ FaceNormal { XYZ^ get (); }
member FaceNormal : XYZ with get
Property Value
XYZThis property is the "face normal" vector, and thus should return a vector consistently pointing out of
the solid that this face is a boundary for (if it is a part of a solid).
See Also