Revit 2026 API
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: 26.0.4.0 (26.0.4.0)
Syntax
public static XYZ TransformAndScaleVector( ExporterIFC exporterIFC, XYZ origVector )
Public Shared Function TransformAndScaleVector ( exporterIFC As ExporterIFC, origVector As XYZ ) As XYZ
public: static XYZ^ TransformAndScaleVector( ExporterIFC^ exporterIFC, XYZ^ origVector )
static member TransformAndScaleVector : exporterIFC : ExporterIFC * origVector : XYZ -> XYZ
Parameters
- exporterIFC ExporterIFC
- The exporter.
- origVector XYZ
- The original vector.
Return Value
XYZThe transformed and scaled point.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also