Method | Description | |
---|---|---|
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.
|
protected CollectExteriorWalls ( ) : IEnumerable |
||
return | IEnumerable |
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 GetExteriorWallDirection ( Wall wall ) : XYZ | ||
wall | Wall | The wall. |
return | XYZ |
protected IsExterior ( ElementType wallType ) : bool | ||
wallType | ElementType | The wall type. |
return | bool |