2027 Method
Changes 0
M

ExporterIFCUtils.GetRelativeLocalPlacementOffsetTransform

Description:
Obtains the relative transform between two IfcLocalPlacement handles.
public static Transform GetRelativeLocalPlacementOffsetTransform(
	IFCAnyHandle originalPlacement,
	IFCAnyHandle relativePlacement
)
  • originalPlacement
    The original placement from which the result transforms coordinates and directions.
  • relativePlacement
    The relative placement to which the result transforms coordinates and directions.
Return Value Transform The transform from the original placement to the new placement.