ExporterIFCUtils.TransformAndScaleVector
Method
Description:
Converts a vector from global Revit coordinates to current IFC coordinates, including scale.
Converts a vector from global Revit coordinates to current IFC coordinates, including scale.
Parameters
Parameter | Type | Description |
---|---|---|
exporterIFC | ExporterIFC | The exporter. |
origVector | XYZ | The original vector. |
Return Value
Type | Description |
---|---|
XYZ | The transformed and scaled point. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |