Method | Description | |
---|---|---|
CollectWindows ( ) : IEnumerable |
Finds all windows in the active document.
|
|
Execute ( bool useProjectLocationNorth ) : void |
The implementation of the FindSouthFacingWindows command.
|
|
GetWindowDirection ( FamilyInstance window ) : XYZ |
Obtains the facing direction of the window.
|
|
GetWindowDirectionAlternate ( FamilyInstance window ) : XYZ |
Alternate way to obtain the facing direction for the window.
|
protected Execute ( bool useProjectLocationNorth ) : void | ||
useProjectLocationNorth | bool | true to use the active project location's north/south direction. /// false to use the default coordinate system's north/south (Y-axis). |
return | void |
protected GetWindowDirection ( FamilyInstance window ) : XYZ | ||
window | FamilyInstance | |
return | XYZ |
protected GetWindowDirectionAlternate ( FamilyInstance window ) : XYZ | ||
window | FamilyInstance | The window. |
return | XYZ |