Applies the transformation to the vector and returns the result.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2021
Syntax
C# |
---|
public UV OfVector( UV vector ) |
Visual Basic |
---|
Public Function OfVector ( _ vector As UV _ ) As UV |
Visual C++ |
---|
public: UV^ OfVector( UV^ vector ) |
Parameters
- vector
- Type: Autodesk.Revit.DB..::..UV
The vector to transform.
Return Value
The transformed vector.
Remarks
Transformation of a vector is not affected by the translational part of the transformation.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |