C# Класс BuildingCoder.CmdRectDuctCorners

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

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

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

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

Метод Описание
AnalyseDuct ( Duct duct ) : bool

Analyse the given duct element: determine its first rectangular connector, retrieve its solid, find the face containing the connector, and list its four vertices.

FaceContainsConnector ( Face face, Connector c ) : bool

Return true if the given face contains the given connector.

GetFirstRectangularConnector ( Duct duct, Connector &c1 ) : bool

Return the first rectangular connector of the given duct element.

Test1 ( Connector connector ) : XYZ
Test2 ( Connector connector ) : XYZ

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

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

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