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