Revit 2025.3 API
UVBasis |
The basis of the V axis.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static UV BasisV { get; }
Public Shared ReadOnly Property BasisV As UV Get
public: static property UV^ BasisV { UV^ get (); }
static member BasisV : UV with get
Property Value
UV
The basis of the V axis is the vector (0,1), the unit vector on the V axis.
See Also