|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > NeutralFormat > MDAddLine |
Insert a line in the Master Drawing identified with the handler MDid
call DBWShell("MDAddLine MDid x0 y0 x1 y1 width style RGBcolor")
MDid |
Master Drawing handler |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
x0 |
line starting point (in millimeters) on the x axe |
||||||||||||
y0 |
line starting point (in millimeters) on the y axe |
||||||||||||
x1 |
line ending point (in millimeters) on the x axe |
||||||||||||
y1 |
line ending point (in millimeters) on the y axe |
||||||||||||
width |
line width (in pixels). to specify the width in millimeters add "mm" after the value |
||||||||||||
style |
line style according to Microsoft standards:
This parameter is effective for TIF format only |
||||||||||||
RGBcolor |
color of the line defined as RGB |