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

Наследование: FindSouthFacingBase
Показать файл Открыть проект

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

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