Property | Type | Description | |
---|---|---|---|
SCALEFACTOR | double |
Method | Description | |
---|---|---|
AddMousePosition ( Point mousePosition ) : void |
store mouse position when mouse moves (the location will be the candidate end points of the baseline)
|
|
AddPoint ( Point mousePosition ) : void |
Add point to baseline of the curtain wall
|
|
Draw ( |
draw the baseline for the curtain wall creation in the picture box in the "Create Curtain Wall" tab page, user needs to draw the baseline for wall creation
|
|
RemovePoints ( ) : void |
Clear points in baseline
|
|
WallDrawing ( |
default constructor
|
Method | Description | |
---|---|---|
ConvertToPointD ( Point srcPoint ) : PointD |
scale the point and store them in PointD format
|
|
DrawBaseline ( |
draw the baseline / the candidate baseline (start point confirmed, end point didn't)
|
|
DrawCoordinateOrigin ( |
draw the coordinate system origin for the baseline drawing
|
|
WriteCoordinate ( |
write the coordinate for moving mouse
|
public AddMousePosition ( Point mousePosition ) : void | ||
mousePosition | Point | /// the location of the mouse cursor /// |
return | void |
public AddPoint ( Point mousePosition ) : void | ||
mousePosition | Point | /// the location of the mouse cursor /// |
return | void |
public Draw ( |
||
graphics | /// form graphic /// | |
pen | /// pen used to draw line in pictureBox /// | |
return | void |
public WallDrawing ( |
||
wallGeo | /// the mapped wall geometry information /// | |
return | System |