Share

ExporterIFCUtils.GetTransformForDoorOrWindow Method

Obtains the transform for the door or window instance.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public static Transform GetTransformForDoorOrWindow(
	FamilyInstance familyInstance,
	FamilySymbol familySymbol,
	bool flippedX,
	bool flippedY
)

Parameters

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

Transform
The transform.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?