Revit 2026 API
Planar |
The Y-vector 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 YVector { get; }
Public ReadOnly Property YVector As XYZ Get
public: property XYZ^ YVector { XYZ^ get (); }
member YVector : XYZ with get
Property Value
XYZNote that the cross product of X-vector and Y-vector may result in the reverse of the FaceNormal vector
depending upon how Revit has structured this particular face.
See Also