ExporterIFCUtils.GetRelativeLocalPlacementOffsetTransform
Method
Description:
Obtains the relative transform between two IfcLocalPlacement handles.
Obtains the relative transform between two IfcLocalPlacement handles.
Syntax
public static Transform GetRelativeLocalPlacementOffsetTransform(
IFCAnyHandle originalPlacement,
IFCAnyHandle relativePlacement
)
Parameters
Parameter | Type | Description |
---|---|---|
originalPlacement | IFCAnyHandle | The original placement from which the result transforms coordinates and directions. |
relativePlacement | IFCAnyHandle | The relative placement to which the result transforms coordinates and directions. |
Return Value
Type | Description |
---|---|
Transform | The transform from the original placement to the new placement. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |