ExporterIFCUtils.GetUnscaledTransform
Method
Description:
Obtains the unscaled transform from an IfcLocalPlacement handle.
Obtains the unscaled transform from an IfcLocalPlacement handle.
Syntax
public static Transform GetUnscaledTransform(
ExporterIFC exporterIFC,
IFCAnyHandle placement
)
Parameters
Parameter | Type | Description |
---|---|---|
exporterIFC | ExporterIFC | The exporter. |
placement | IFCAnyHandle | The placement handle. |
Return Value
Type | Description |
---|---|
Transform | The transform. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |