Méthode | Description | |
---|---|---|
ShaftHolePuncherForm ( ) : System |
constructor
|
|
ShaftHolePuncherForm ( |
constructor
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
ButtonClean_Click ( object sender, |
clear all the curves of the Opening
|
|
CancelButton_Click ( object sender, |
close the form
|
|
CreateButton_Click ( object sender, |
create Shaft Opening in Revit
|
|
DirectionComboBox_SelectedIndexChanged ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PictureBox_MouseDown ( object sender, MouseEventArgs e ) : void |
store mouse location when mouse down
|
|
PictureBox_MouseMove ( object sender, MouseEventArgs e ) : void |
draw the line to where mouse moved
|
|
PictureBox_Paint ( object sender, PaintEventArgs e ) : void |
draw the curve of floor (or wall) and curves of Opening
|
|
ScaleComboBox_SelectedIndexChanged ( object sender, |
set the scale of profile when create Shaft Opening
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public ShaftHolePuncherForm ( |
||
profile | ProfileWall, ProfileFloor or ProfileNull | |
Résultat | System |