Arbortext IsoDraw > Macro Language Reference > Window Commands > Palette Window Toolbox > Creating Elements > Create Rectangle
  
Create Rectangle
The CREATE RECTANGLE command plots a rectangle in active document.
CREATE RECTANGLEp_xssp_ylr_xlr_yep_xep_yul_xul_yroundedanglevalue
sp_x. sp_y
Starting point of the rectangle.
lr_x, lr_y
Lower right corner of the rectangle.
ep_x, ep_y
End point of the rectangle.
ul_x, ul_y
Upper left corner of the rectangle.
ROUNDED
Optional parameter used for defining the rounded corners of the rectangle. Where ROUNDED is for initiating, value for the ellipse value and angle is for the ellipse angle of the rounding.
angle
Optional parameter used for defining the rounded corners of the rectangle. Where ROUNDED is for initiating, angle is for the ellipse angle of the rounding.
value
Optional parameter used for defining the rounded corners of the rectangle. Where ROUNDED is for initiating, value is for the ellipse value of the rounding.
#a normal rectangle
CREATE RECTANGLE 236.881 222.495 236 132.681 314 87 314 177

#a rectangle with rounded corners
CREATE RECTANGLE 236 222 236.881 132.681 314 87.772 314 177.587
ROUNDED 90 90