ExporterIFCUtilsGetUnscaledTransformWithoutFixOfDirection Method

Obtains the unscaled transform from an IfcLocalPlacement handle without fix of direction.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Transform GetUnscaledTransformWithoutFixOfDirection(
	ExporterIFC exporterIFC,
	IFCAnyHandle placement
)

Parameters

exporterIFC  ExporterIFC
The exporter.
placement  IFCAnyHandle
The placement handle.

Return Value

Transform
The transform.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also