<Code Lib>
2020 Method
Changes 0
M

ExporterIFCUtils.GetRelativeLocalPlacementOffsetTransform

Description:
Obtains the relative transform between two IfcLocalPlacement handles.

public static Transform GetRelativeLocalPlacementOffsetTransform(
	IFCAnyHandle originalPlacement,
	IFCAnyHandle relativePlacement
)

Return Value Transform The transform from the original placement to the new placement.

Loading…