RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Transform

Transform.OfVector

Method
Description:
Applies the transform to the vector
Remarks:
Transformation of a vector is not affected by the translational part of the transformation.
Syntax
public XYZ OfVector(
	XYZ vec
)
Parameters
Parameter Type Description
vec XYZ The vector to be transformed
Return Value
Type Description
XYZ The new vector after transform