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