C# Класс BuildingCoder.CmdWallOpeningProfiles

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

Открытые методы

Метод Описание
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
testTwo ( UIDocument uidoc ) : void

Приватные методы

Метод Описание
GetWallOpeningPlanarFaces ( Wall wall, ElementId openingId ) : List

Retrieve all planar faces belonging to the specified opening in the given wall.

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

Execute() публичный метод

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
Результат System.Result

testTwo() публичный метод

public testTwo ( UIDocument uidoc ) : void
uidoc UIDocument
Результат void