Obtains the unscaled transform from an IfcLocalPlacement handle.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static Transform GetUnscaledTransform(
ExporterIFC exporterIFC,
IFCAnyHandle placement
)
Parameters
- exporterIFC ExporterIFC
-
The exporter.
- placement IFCAnyHandle
-
The placement handle.
Return Value
Transform
The transform.
Exceptions
See Also
Reference