메소드 | 설명 | |
---|---|---|
NewPathReinforcementForm ( ) : System |
constructor
|
|
NewPathReinforcementForm ( |
constructor
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
ButtonClean_Click ( object sender, |
clean all the points of the PathReinforcement when click "Clean" Button
|
|
ButtonPreview_Click ( object sender, |
draw all the curves of PathReinforcement when click "Preview" Button
|
|
CancelButton_Click ( object sender, |
close the form
|
|
Compute3DTo2DMatrix ( ) : |
calculate the matrix used to transform 3D to 2D
|
|
ComputeScaleMatrix ( |
calculate the matrix use to scale
|
|
CreateButton_Click ( object sender, |
create PathReinforcement in Revit
|
|
DrawPoints ( |
draw points in the List on the form
|
|
DrawPreview ( |
draw preview of Path Reinforcement on the form
|
|
FlipCheckBox_CheckedChanged ( object sender, |
redraw curve of PathReinforcement when "flip" changed
|
|
GetGeometry ( PathReinforcement pathRein ) : List
|
Get geometry of the pathReinforcement
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NewPathReinforcementForm_KeyPress ( object sender, |
stop drawing path when click "Escape" button
|
|
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 slab (or wall) and path of PathReinforcement
|
|
Transform2DTo3D ( |
transform the point on Form to 3d world coordinate of revit
|
|
TransformPoints ( |
use matrix to transform point
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public NewPathReinforcementForm ( |
||
profile | ProfileWall or ProfileFloor | |
리턴 | System |