UV.BasisU Property

UVBasisU Property

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
Remarks
The basis of the U axis is the vector (1,0), the unit vector on the U axis.
See Also