C# 클래스 BuildingCoder.CmdRectDuctCorners

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
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