C# Класс Revit.Samples.DirectionCalculation.FindSouthFacingWindows

Implementation class for utilities to find south facing windows in a project.
Наследование: FindSouthFacingBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

CollectWindows() защищенный Метод

Finds all windows in the active document.
protected CollectWindows ( ) : IEnumerable
Результат IEnumerable

Execute() защищенный Метод

The implementation of the FindSouthFacingWindows command.
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).
Результат void

GetWindowDirection() защищенный Метод

Obtains the facing direction of the window.
protected GetWindowDirection ( FamilyInstance window ) : XYZ
window FamilyInstance
Результат XYZ

GetWindowDirectionAlternate() защищенный Метод

Alternate way to obtain the facing direction for the window.
protected GetWindowDirectionAlternate ( FamilyInstance window ) : XYZ
window FamilyInstance The window.
Результат XYZ