Revit 2025.3 API
UVIs |
The boolean value indicates whether this 2-D vector is of unit length.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsUnitLength()
Public Function IsUnitLength As Boolean
public: bool IsUnitLength()
member IsUnitLength : unit -> bool
Return Value
Boolean
A unit length vector has a length of one, and is considered normalized.
See Also