Converts a vector from global Revit coordinates to current IFC coordinates, including scale.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static XYZ TransformAndScaleVector(
ExporterIFC exporterIFC,
XYZ origVector
)
Parameters
- exporterIFC ExporterIFC
-
The exporter.
- origVector XYZ
-
The original vector.
Return Value
XYZ
The transformed and scaled point.
Exceptions
See Also
Reference