|  Exporter  | 
 Converts a vector from global Revit coordinates to current IFC coordinates, including scale. 
 Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
 Syntax
 Syntax  Parameters
- exporterIFC ExporterIFC
- The exporter.
- origVector XYZ
- The original vector.
Return Value
XYZThe transformed and scaled point.
 Exceptions
 Exceptions  | Exception | Condition | 
|---|---|
| ArgumentNullException | A non-optional argument was null | 
 See Also
 See Also