ExporterIFCUtils.GetUnscaledTransformWithoutFixOfDirection
Method
Description:
Obtains the unscaled transform from an IfcLocalPlacement handle without fix of direction.
Obtains the unscaled transform from an IfcLocalPlacement handle without fix of direction.
Syntax
public static Transform GetUnscaledTransformWithoutFixOfDirection(
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 |