not too bad
- select one of your rectangle toggle buttons
- right click and select shapesheet
- Go to Geometry section (geometry1)
- Edit the x,y cells and edit the line type via edit==>change row type
For example to make a diamond out of rectangle in say Geometry 1 (once you are in the shapesheet, you get the idea of the labeling below)
geometry1 row 1 was [move to, width*0, height*0] but now would be [move to, width*0.5, height*0]
geometry1 row 2 was [line, width*1, height*0] but now would be [line, width*1, height*0.5]
geometry1 row 2 was [line, width*1, height*1] but now would be [line, width*0.5, height*1]
geometry1 row 2 was [line, width*0, height*1] but now would be [line, width*0, height*0.5]
geometry1 row 2 was [line, geometry1.x1, geometry1,y1] but now would be [line, geometry1.x1, geometry1.y1]
Now have a diamond with all the same attributes as the square