ExporterIFCUtils.GetTransformForDoorOrWindow
Method
Description:
Obtains the transform for the door or window instance.
Obtains the transform for the door or window instance.
Syntax
public static Transform GetTransformForDoorOrWindow(
FamilyInstance familyInstance,
FamilySymbol familySymbol,
bool flippedX,
bool flippedY
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| familyInstance | FamilyInstance | The family instance. |
| familySymbol | FamilySymbol | The family symbol. |
| flippedX | Boolean | Is the door or window flipped in X? |
| flippedY | Boolean | Is the door or window flipped in Y? |
Return Value
| Type | Description |
|---|---|
| Transform | The transform. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |