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

상속: FindSouthFacingBase
파일 보기 프로젝트 열기: AMEE/revit

보호된 메소드들

메소드 설명
CollectExteriorWalls ( ) : IEnumerable

Finds all exterior walls in the active document.

Execute ( bool useProjectLocationNorth ) : void

The implementation of the FindSouthFacingWalls command.

GetExteriorWallDirection ( Wall wall ) : XYZ

Obtains the outward direction of the exterior wall.

IsExterior ( ElementType wallType ) : bool

Test method to see if the wall type is exterior.

메소드 상세

CollectExteriorWalls() 보호된 메소드

Finds all exterior walls in the active document.
protected CollectExteriorWalls ( ) : IEnumerable
리턴 IEnumerable

Execute() 보호된 메소드

The implementation of the FindSouthFacingWalls 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

GetExteriorWallDirection() 보호된 메소드

Obtains the outward direction of the exterior wall.
protected GetExteriorWallDirection ( Wall wall ) : XYZ
wall Wall The wall.
리턴 XYZ

IsExterior() 보호된 메소드

Test method to see if the wall type is exterior.
protected IsExterior ( ElementType wallType ) : bool
wallType ElementType The wall type.
리턴 bool