메소드 | 설명 | |
---|---|---|
NewOpeningsForm ( ) : System |
default constructor
|
|
NewOpeningsForm ( |
constructor
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
ComputerScaleMatrix ( Size size ) : |
calculate the matrix use to scale
|
|
Comuter3DTo2DMatrix ( ) : |
Calculate the matrix use to transform 3D to 2D
|
|
GenerateCircle4Point ( List |
get four points on circle by center and one point on circle
|
|
InitTools ( ) : void |
add tools, then use can draw by these tools in picture box
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OkButton_Click ( object sender, EventArgs e ) : void | ||
TransForm2DTo3D ( |
Transform the point on Form to 3d world coordinate of Revit
|
|
TransFormPoints ( |
use matrix to transform point
|
|
cancelButton_Click ( object sender, EventArgs e ) : void | ||
openingPictureBox_MouseDown ( object sender, MouseEventArgs e ) : void |
mouse event handle
|
|
openingPictureBox_MouseMove ( object sender, MouseEventArgs e ) : void |
Mouse event handle
|
|
openingPictureBox_MouseUp ( object sender, MouseEventArgs e ) : void |
Mouse event handle
|
|
openingPictureBox_Paint ( object sender, PaintEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; /// otherwise, false. |
리턴 | void |
public NewOpeningsForm ( |
||
profile | ProfileWall or ProfileFloor | |
리턴 | System |