C# Class BuildingCoder.CmdRoomNeighbours

Inheritance: IExternalCommand
ファイルを表示 Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

Private Methods

Method Description
GetRoomNeighbourAt ( Autodesk.Revit.DB.BoundarySegment bs, Room r ) : Room

Return the neighbouring room to the given one on the other side of the midpoint of the given boundary segment.

Method Details

Execute() public method

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
return System.Result