C# 클래스 Revit.Samples.DirectionCalculation.FindSouthFacingWindows

Implementation class for utilities to find south facing windows in a project.
상속: FindSouthFacingBase
파일 보기 프로젝트 열기: AMEE/revit

보호된 메소드들

메소드 설명
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