Obtains the transform for the door or window instance.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference