C# Class BuildingCoder.CmdFilledRegionCoords

Inheritance: IExternalCommand
显示文件 Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
EditFilledRegion ( Document doc ) : void

Edit filled region by moving it back and forth to make its boundary lines reappear after deleting the line style. From: http://forums.autodesk.com/t5/revit-api/filled-region/td-p/5796463

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

Private Methods

Method Description
GetBoundaryCorners ( FilledRegion region ) : List

Method Details

EditFilledRegion() public method

Edit filled region by moving it back and forth to make its boundary lines reappear after deleting the line style. From: http://forums.autodesk.com/t5/revit-api/filled-region/td-p/5796463
public EditFilledRegion ( Document doc ) : void
doc Document
return void

Execute() public method

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