메소드 | 설명 | |
---|---|---|
RoofForm ( RoofsManager roofsManager ) : System |
The construct of the RoofForm class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
EditRoofItem ( object sender, |
Edit a roof's properties.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RoofForm ( ) : System |
The private construct.
|
|
RoofForm_Load ( object sender, |
When the RoofForm was loaded, then initialize data of the controls in the form.
|
|
createExtrusionRoof ( ) : void |
Create a extrusion roof.
|
|
createFootPrintRoof ( ) : void |
Create a new footprint roof.
|
|
createRoofButton_Click ( object sender, |
when createRoofButton was clicked, then create a new roof.
|
|
editRoofButton_Click ( object sender, |
When editRoofButton was click, then create a new RoofEditorForm to edit the selected roof.
|
|
extrusionEndTextBox_Validating ( object sender, CancelEventArgs e ) : void |
Validate the extrusion end value.
|
|
extrusionStartTextBox_Validating ( object sender, CancelEventArgs e ) : void |
Validate the extrusion start value.
|
|
roofsListView_MouseDoubleClick ( object sender, MouseEventArgs e ) : void |
When the event occurred, then create a new RoofEditorForm to edit the roof.
|
|
selectFootPrintButton_Click ( object sender, |
When selectFootPrintButton was clicked, then select some footprint loops in Revit.
|
|
selectProfileButton_Click ( object sender, |
When selectFootPrintButton was clicked, then select profile in Revit.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public RoofForm ( RoofsManager roofsManager ) : System | ||
roofsManager | RoofsManager | A reference to the roofs manager |
리턴 | System |