C# Класс BuildingCoder.CmdSlabBoundary

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

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

Метод Описание
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
GetFloorBoundaryPolygons ( List floors, Options opt ) : List>

Return all floor slab boundary loop polygons for the given floors, offset downwards from the bottom floor faces by a certain amount.

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

Метод Описание
GetBoundary ( List polygons, Solid solid ) : bool

Determine the boundary polygons of the lowest horizontal planar face of the given solid.

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

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

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

GetFloorBoundaryPolygons() публичный статический Метод

Return all floor slab boundary loop polygons for the given floors, offset downwards from the bottom floor faces by a certain amount.
public static GetFloorBoundaryPolygons ( List floors, Options opt ) : List>
floors List
opt Options
Результат List>